-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathzh-CN.json
111 lines (111 loc) · 2.02 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
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
{
"options": [
{
"name": "-d",
"alias": [
"-decode"
],
"tip": [
"decode data"
]
},
{
"name": "-i",
"alias": [
"-ignore-garbage"
],
"tip": [
"when decoding, ignore non-alphabetic characters"
]
},
{
"name": "-w",
"alias": [
"--wrap"
],
"tip": [
"U: -w|--wrap <COLS>\n",
"wrap encoded lines after COLS character (default 76, 0 to disable wrapping)"
]
},
{
"name": "--base64",
"tip": [
"same as 'base64' program"
]
},
{
"name": "--base64url",
"tip": [
"file- and url-safe base64"
]
},
{
"name": "--base32",
"tip": [
"same as 'base32' program"
]
},
{
"name": "--base32hex",
"tip": [
"extended hex alphabet base32"
]
},
{
"name": "--base16",
"tip": [
"hex encoding"
]
},
{
"name": "--base2lsbf",
"tip": [
"bit string with least significant bit (lsb) first"
]
},
{
"name": "--base2msbf",
"tip": [
"bit string with most significant bit (msb) first"
]
},
{
"name": "--z85",
"tip": [
"ascii85-like encoding;\n",
"when encoding, input length must be a multiple of 4;\n",
"when decoding, input length must be a multiple of 5"
]
},
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"显示版本信息。"
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/uutils/coreutils",
"description": [
"Encode/decode data and print to standard output.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}