-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathen-US.json
63 lines (63 loc) · 1.23 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
{
"options": [
{
"name": "-b",
"alias": [
"--bytes"
],
"tip": [
"count using bytes rather than columns\n",
"(meaning control characters such as newline are not treated specially)"
]
},
{
"name": "-s",
"alias": [
"--spaces"
],
"tip": [
"break lines at word boundaries rather than a hard cut-off"
]
},
{
"name": "-w",
"alias": [
"--width"
],
"next": 0,
"tip": [
"U: -w|--width <WIDTH>\n",
"set WIDTH as the maximum line width rather than 80"
]
},
{
"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": [
"Writes each file (or standard input if no files are given) to standard output whilst breaking long lines.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}