-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathzh-CN.json
62 lines (62 loc) · 1.18 KB
/
zh-CN.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
{
"options": [
{
"name": "-s",
"alias": [
"--serial"
],
"tip": [
"paste one file at a time instead of in parallel"
]
},
{
"name": "-d",
"alias": [
"--delimiters"
],
"next": 0,
"tip": [
"U: -d, --delimiters <LIST>\n",
"reuse characters from LIST instead of TABs"
]
},
{
"name": "-z",
"alias": [
"--zero-terminated"
],
"tip": [
"line delimiter is NUL, not newline"
]
},
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"显示版本信息。"
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/uutils/coreutils",
"description": [
"Write lines consisting of the sequentially corresponding lines from each 'FILE', separated by 'TAB's, to standard output.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}