-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathzh-CN.json
168 lines (168 loc) · 3.96 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"options": [
{
"name": "-c",
"alias": [
"--crown-margin"
],
"tip": [
"First and second line of paragraph may have different indentations,\n",
"in which case the first line's indentation is preserved, and each subsequent line's indentation matches the second line."
]
},
{
"name": "-t",
"alias": [
"--tagged-paragraph"
],
"tip": [
"Like -c, except that the first and second line of a paragraph *must* have different indentation or they are treated as separate paragraphs."
]
},
{
"name": "-m",
"alias": [
"--preserve-headers"
],
"tip": [
"Attempt to detect and preserve mail headers in the input.\n",
"Be careful when combining this flag with -p."
]
},
{
"name": "-s",
"alias": [
"--split-only"
],
"tip": [
"Split lines only, do not reflow."
]
},
{
"name": "-u",
"alias": [
"--uniform-spacing"
],
"tip": [
"Insert exactly one space between words, and two between sentences.\n",
"Sentence breaks in the input are detected as [?!.] followed by two spaces or a newline;\n",
"other punctuation is not interpreted as a sentence break."
]
},
{
"name": "-p",
"alias": [
"--prefix"
],
"next": 0,
"tip": [
"U: -p|--prefix <PREFIX>\n",
"Reformat only lines beginning with PREFIX, reattaching PREFIX to reformatted lines.\n",
"Unless -x is specified, leading whitespace will be ignored when matching PREFIX."
]
},
{
"name": "-P",
"alias": [
"--skip-prefix"
],
"next": 0,
"tip": [
"U: -P|--skip-prefix <PSKIP>\n",
"Do not reformat lines beginning with PSKIP.\n",
"Unless -X is specified, leading whitespace will be ignored when matching PSKIP"
]
},
{
"name": "-x",
"alias": [
"--exact-prefix"
],
"tip": [
"PREFIX must match at the beginning of the line with no preceding whitespace."
]
},
{
"name": "-X",
"alias": [
"--exact-skip-prefix"
],
"tip": [
"PSKIP must match at the beginning of the line with no preceding whitespace."
]
},
{
"name": "-w",
"alias": [
"--width"
],
"next": 0,
"tip": [
"U: -w|--width <WIDTH>\n",
"Fill output lines up to a maximum of WIDTH columns, default 75.\n",
"This can be specified as a negative number in the first argument."
]
},
{
"name": "-g",
"alias": [
"--goal"
],
"next": 0,
"tip": [
"U: -g|--goal <GOAL>\n",
"Goal width, default of 93% of WIDTH.\n",
"Must be less than or equal to WIDTH."
]
},
{
"name": "-q",
"alias": [
"--quick"
],
"tip": [
"Break lines more quickly at the expense of a potentially more ragged appearance."
]
},
{
"name": "-T",
"alias": [
"--tab-width"
],
"tip": [
"U: -T|--tab-width <TABWIDTH>\n",
"Treat tabs as TABWIDTH spaces for determining line length, default 8.\n",
"Note that this is used only for calculating line lengths; tabs are preserved in the output."
]
},
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"显示版本信息。"
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/uutils/coreutils",
"description": [
"Reformat paragraphs from input files (or stdin) to stdout.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}