-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathen-US.json
87 lines (87 loc) · 1.79 KB
/
en-US.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"options": [
{
"name": "-d",
"alias": [
"--directory"
],
"tip": [
"Make a directory instead of a file"
]
},
{
"name": "-u",
"alias": [
"--dry-run"
],
"tip": [
"do not create anything; merely print a name (unsafe)"
]
},
{
"name": "-q",
"alias": [
"--quiet"
],
"tip": [
"Fail silently if an error occurs."
]
},
{
"name": "--suffix",
"next": 0,
"tip": [
"U: --suffix <SUFFIX>\n",
"append SUFFIX to TEMPLATE;\n",
"SUFFIX must not contain a path separator.\n",
"This option is implied if TEMPLATE does not end with X."
]
},
{
"name": "-p",
"next": 0,
"tip": [
"U: -p <DIR>\n",
"short form of --tmpdir"
]
},
{
"name": "--tmpdir",
"tip": [
"U: --tmpdir[=<DIR>]\n",
"interpret TEMPLATE relative to DIR;\n",
"if DIR is not specified, use $TMPDIR ($TMP on windows) if set, else /tmp.\n",
"With this option, TEMPLATE must not be an absolute name; unlike with -t, TEMPLATE may contain slashes, but mktemp creates only the final component"
]
},
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"Show the version."
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"Show help."
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/uutils/coreutils",
"description": [
"Create a temporary file or directory.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}