@@ -16,7 +16,6 @@ _arguments \
16
16
17
17
case $state in
18
18
args)
19
- #TODO: add path completion to manifest-path options
20
19
case $words[1] in
21
20
bench)
22
21
_arguments \
@@ -40,7 +39,7 @@ case $state in
40
39
'(-h, --help)'{-h,--help}'[show help message]' \
41
40
'(-j, --jobs)'{-j,--jobs}'[number of jobs to run in parallel]' \
42
41
"${command_scope_spec[@]}" \
43
- '--manifest-path=[path to manifest]: :files -/' \
42
+ '--manifest-path=[path to manifest]: :_files -/' \
44
43
'--no-default-features[do not build the default features]' \
45
44
'(-p,--package)'{-p=,--package=}'[package to build]:packages:_get_package_names' \
46
45
'--release=[build in release mode]' \
@@ -53,7 +52,7 @@ case $state in
53
52
clean)
54
53
_arguments \
55
54
'(-h, --help)'{-h,--help}'[show help message]' \
56
- '--manifest-path=[path to manifest]' \
55
+ '--manifest-path=[path to manifest]: :_files -/ ' \
57
56
'(-p,--package)'{-p=,--package=}'[package to clean]:packages:_get_package_names' \
58
57
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
59
58
'--release[whether or not to clean release artifacts]' \
@@ -67,7 +66,7 @@ case $state in
67
66
'--features=[space separated feature list]' \
68
67
'(-h, --help)'{-h,--help}'[show help message]' \
69
68
'(-j, --jobs)'{-j,--jobs}'[number of jobs to run in parallel]' \
70
- '--manifest-path=[path to manifest]' \
69
+ '--manifest-path=[path to manifest]: :_files -/ ' \
71
70
'--no-deps[do not build docs for dependencies]' \
72
71
'--no-default-features[do not build the default features]' \
73
72
'--open[open docs in browser after the build]' \
@@ -82,7 +81,7 @@ case $state in
82
81
fetch)
83
82
_arguments \
84
83
'(-h, --help)'{-h,--help}'[show help message]' \
85
- '--manifest-path=[path to manifest]' \
84
+ '--manifest-path=[path to manifest]: :_files -/ ' \
86
85
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
87
86
'(-v, --verbose)'{-v,--verbose}'[use verbose output]' \
88
87
'--color=:colorization option:(auto always never)' \
@@ -91,7 +90,7 @@ case $state in
91
90
generate-lockfile)
92
91
_arguments \
93
92
'(-h, --help)'{-h,--help}'[show help message]' \
94
- '--manifest-path=[path to manifest]' \
93
+ '--manifest-path=[path to manifest]: :_files -/ ' \
95
94
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
96
95
'(-v, --verbose)'{-v,--verbose}'[use verbose output]' \
97
96
'--color=:colorization option:(auto always never)' \
@@ -148,7 +147,7 @@ case $state in
148
147
locate-project)
149
148
_arguments \
150
149
'(-h, --help)'{-h,--help}'[show help message]' \
151
- '--manifest-path=[path to manifest]' \
150
+ '--manifest-path=[path to manifest]: :_files -/ ' \
152
151
;;
153
152
154
153
login)
@@ -160,6 +159,19 @@ case $state in
160
159
'--color=:colorization option:(auto always never)' \
161
160
;;
162
161
162
+ metadata)
163
+ _arguments \
164
+ '(-h, --help)'{-h,--help}'[show help message]' \
165
+ '(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
166
+ '(-v, --verbose)'{-v,--verbose}'[use verbose output]' \
167
+ "--no-deps[output information only about the root package and don't fetch dependencies]" \
168
+ '--no-default-features[do not include the default feature]' \
169
+ '--manifest-path=[path to manifest]: :_files -/' \
170
+ '--features=[space separated feature list]' \
171
+ '--format-version=[format version(default: 1)]' \
172
+ '--color=:colorization option:(auto always never)' \
173
+ ;;
174
+
163
175
new)
164
176
_arguments \
165
177
'--bin[use binary template]' \
@@ -188,7 +200,7 @@ case $state in
188
200
_arguments \
189
201
'(-h, --help)'{-h,--help}'[show help message]' \
190
202
'(-l, --list)'{-l,--list}'[print files included in a package without making one]' \
191
- '--manifest-path=[path to manifest]' \
203
+ '--manifest-path=[path to manifest]: :_files -/ ' \
192
204
'--no-metadata[ignore warnings about a lack of human-usable metadata]' \
193
205
'--no-verify[do not build to verify contents]' \
194
206
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
@@ -199,7 +211,7 @@ case $state in
199
211
pkgid)
200
212
_arguments \
201
213
'(-h, --help)'{-h,--help}'[show help message]' \
202
- '--manifest-path=[path to manifest]' \
214
+ '--manifest-path=[path to manifest]: :_files -/ ' \
203
215
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
204
216
'(-v, --verbose)'{-v,--verbose}'[use verbose output]' \
205
217
'--color=:colorization option:(auto always never)' \
@@ -209,7 +221,7 @@ case $state in
209
221
_arguments \
210
222
'(-h, --help)'{-h,--help}'[show help message]' \
211
223
'--host=[Host to set the token for]' \
212
- '--manifest-path=[path to manifest]' \
224
+ '--manifest-path=[path to manifest]: :_files -/ ' \
213
225
'--no-verify[Do not verify tarball until before publish]' \
214
226
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
215
227
'--token[token to use when uploading]' \
@@ -220,7 +232,7 @@ case $state in
220
232
read-manifest)
221
233
_arguments \
222
234
'(-h, --help)'{-h,--help}'[show help message]' \
223
- '--manifest-path=[path to manifest]' \
235
+ '--manifest-path=[path to manifest]: :_files -/ ' \
224
236
'(-v, --verbose)'{-v,--verbose}'[use verbose output]' \
225
237
'--color=:colorization option:(auto always never)' \
226
238
;;
@@ -231,7 +243,7 @@ case $state in
231
243
'--features=[space separated feature list]' \
232
244
'(-h, --help)'{-h,--help}'[show help message]' \
233
245
'(-j, --jobs)'{-j,--jobs}'[number of jobs to run in parallel]' \
234
- '--manifest-path=[path to manifest]' \
246
+ '--manifest-path=[path to manifest]: :_files -/ ' \
235
247
'--bin=[name of the bin target]' \
236
248
'--no-default-features[do not build the default features]' \
237
249
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
@@ -291,7 +303,7 @@ case $state in
291
303
'--features=[space separated feature list]' \
292
304
'(-h, --help)'{-h,--help}'[show help message]' \
293
305
'(-j, --jobs)'{-j,--jobs}'[number of jobs to run in parallel]' \
294
- '--manifest-path=[path to manifest]' \
306
+ '--manifest-path=[path to manifest]: :_files -/ ' \
295
307
'--test=[test name]: :_test_names' \
296
308
'--no-default-features[do not build the default features]' \
297
309
'--no-fail-fast[run all tests regardless of failure]' \
@@ -319,7 +331,7 @@ case $state in
319
331
_arguments \
320
332
'--aggressive=[force dependency update]' \
321
333
'(-h, --help)'{-h,--help}'[show help message]' \
322
- '--manifest-path=[path to manifest]' \
334
+ '--manifest-path=[path to manifest]: :_files -/ ' \
323
335
'(-p,--package)'{-p=,--package=}'[package to update]:packages:__get_package_names' \
324
336
'--precise=[update single dependency to PRECISE]: :' \
325
337
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
@@ -330,7 +342,7 @@ case $state in
330
342
verify-project)
331
343
_arguments \
332
344
'(-h, --help)'{-h,--help}'[show help message]' \
333
- '--manifest-path=[path to manifest]' \
345
+ '--manifest-path=[path to manifest]: :_files -/ ' \
334
346
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
335
347
'(-v, --verbose)'{-v,--verbose}'[use verbose output]' \
336
348
'--color=:colorization option:(auto always never)' \
@@ -373,6 +385,7 @@ local -a commands;commands=(
373
385
'install:install a Rust binary'
374
386
'locate-project:print "Cargo.toml" location'
375
387
'login:login to remote server'
388
+ 'metadata:the metadata for a project in json'
376
389
'new:create a new project'
377
390
'owner:manage the owners of a crate on the registry'
378
391
'package:assemble local package into a distributable tarball'
0 commit comments