-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathen-US.json
47 lines (47 loc) · 859 Bytes
/
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
{
"options": [
{
"name": "--all",
"tip": [
"print the number of cores available to the system"
]
},
{
"name": "--ignore",
"next": 0,
"tip": [
"U: --ignore <N>\n",
"ignore up to N cores"
]
},
{
"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": [
"Print the number of cores available to the current process.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}