-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathen-US.json
116 lines (116 loc) · 2.27 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"options": [
{
"name": "-i",
"alias": [
"--ignore-environment"
],
"tip": [
"start with an empty environment"
]
},
{
"name": "-C",
"alias": [
"--chdir"
],
"next": 0,
"tip": [
"U: -C|--chdir <DIR>\n",
"change working directory to DIR"
]
},
{
"name": "-0",
"alias": [
"--null"
],
"tip": [
"end each output line with a 0 byte rather than a newline (only valid when printing the environment)"
]
},
{
"name": "-f",
"alias": [
"--file"
],
"next": 0,
"tip": [
"U: -f|--file <FILE>\n",
"read and set variables from a \".env\"-style configuration file (prior to any unset and/or set)"
]
},
{
"name": "-u",
"alias": [
"--unset"
],
"tip": [
"U: -u|--unset <NAME>\n",
"remove variable from the environment"
]
},
{
"name": "-v",
"alias": [
"--debug"
],
"tip": [
"print verbose information for each processing step"
]
},
{
"name": "-S",
"alias": [
"--split-string"
],
"next": 0,
"tip": [
"U: -S|--split-string <S>\n",
"process and split S into separate arguments;\n",
"used to pass multiple arguments on shebang lines"
]
},
{
"name": "-a",
"alias": [
"--argv0"
],
"next": 0,
"tip": [
"U: -a|--argv0 <a>\n",
"Override the zeroth argument passed to the command being executed.\n",
"Without this option a default value of `command` is used."
]
},
{
"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": [
"Set each NAME to VALUE in the environment and run COMMAND.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}