-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathzh-CN.json
149 lines (149 loc) · 2.66 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
{
"options": [
{
"name": "--backup",
"tip": [
"U: --backup[=<CONTROL>]\n",
"make a backup of each existing destination file"
]
},
{
"name": "-b",
"tip": [
"like --backup but does not accept an argument"
]
},
{
"name": "-f",
"alias": [
"--force"
],
"tip": [
"remove existing destination files"
]
},
{
"name": "-i",
"alias": [
"--interactive"
],
"tip": [
"prompt whether to remove existing destination files"
]
},
{
"name": "-n",
"alias": [
"--no-dereference"
],
"tip": [
"treat LINK_NAME as a normal file if it is a symbolic link to a directory"
]
},
{
"name": "-L",
"alias": [
"--logical"
],
"tip": [
"follow TARGETs that are symbolic links"
]
},
{
"name": "-P",
"alias": [
"--physical"
],
"tip": [
"make hard links directly to symbolic links"
]
},
{
"name": "-s",
"alias": [
"--symbolic"
],
"tip": [
"make symbolic links instead of hard links"
]
},
{
"name": "-S",
"alias": [
"--suffix"
],
"next": 0,
"tip": [
"U: -S|--suffix <SUFFIX>\n",
"override the usual backup suffix"
]
},
{
"name": "-t",
"alias": [
"--target-directory"
],
"next": 0,
"tip": [
"U: -t|--target-directory <DIRECTORY>\n",
"specify the DIRECTORY in which to create the links"
]
},
{
"name": "-T",
"alias": [
"--no-target-directory"
],
"tip": [
"treat LINK_NAME as a normal file always"
]
},
{
"name": "-r",
"alias": [
"--relative"
],
"tip": [
"create symbolic links relative to link location"
]
},
{
"name": "-v",
"alias": [
"--verbose"
],
"tip": [
"print name of each linked file"
]
},
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"显示版本信息。"
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/uutils/coreutils",
"description": [
"Make links between files.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}