@@ -20,6 +20,7 @@ case $state in
20
20
bench)
21
21
_arguments \
22
22
'--features=[space separated feature list]' \
23
+ '--all-features[enable all available features]' \
23
24
'(-h, --help)'{-h,--help}'[show help message]' \
24
25
'(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
25
26
"${command_scope_spec[@]}" \
@@ -36,6 +37,7 @@ case $state in
36
37
build)
37
38
_arguments \
38
39
'--features=[space separated feature list]' \
40
+ '--all-features[enable all available features]' \
39
41
'(-h, --help)'{-h,--help}'[show help message]' \
40
42
'(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
41
43
"${command_scope_spec[@]}" \
@@ -64,6 +66,7 @@ case $state in
64
66
doc)
65
67
_arguments \
66
68
'--features=[space separated feature list]' \
69
+ '--all-features[enable all available features]' \
67
70
'(-h, --help)'{-h,--help}'[show help message]' \
68
71
'(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
69
72
'--manifest-path=[path to manifest]: :_files -/' \
@@ -131,6 +134,7 @@ case $state in
131
134
'--debug[build in debug mode instead of release mode]' \
132
135
'--example[install the specified example instead of binaries]' \
133
136
'--features=[space separated feature list]' \
137
+ '--all-features[enable all available features]' \
134
138
'--git=[URL from which to install the crate]' \
135
139
'(-h, --help)'{-h,--help}'[show help message]' \
136
140
'(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
@@ -168,6 +172,7 @@ case $state in
168
172
'--no-default-features[do not include the default feature]' \
169
173
'--manifest-path=[path to manifest]: :_files -/' \
170
174
'--features=[space separated feature list]' \
175
+ '--all-features[enable all available features]' \
171
176
'--format-version=[format version(default: 1)]' \
172
177
'--color=:colorization option:(auto always never)' \
173
178
;;
@@ -241,6 +246,7 @@ case $state in
241
246
_arguments \
242
247
'--example=[name of the bin target]' \
243
248
'--features=[space separated feature list]' \
249
+ '--all-features[enable all available features]' \
244
250
'(-h, --help)'{-h,--help}'[show help message]' \
245
251
'(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
246
252
'--manifest-path=[path to manifest]: :_files -/' \
@@ -258,6 +264,7 @@ case $state in
258
264
_arguments \
259
265
'--color=:colorization option:(auto always never)' \
260
266
'--features=[features to compile for the package]' \
267
+ '--all-features[enable all available features]' \
261
268
'(-h, --help)'{-h,--help}'[show help message]' \
262
269
'(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, defaults to # of CPUs]' \
263
270
'--manifest-path=[path to the manifest to fetch dependencies for]' \
@@ -275,6 +282,7 @@ case $state in
275
282
_arguments \
276
283
'--color=:colorization option:(auto always never)' \
277
284
'--features=[space-separated list of features to also build]' \
285
+ '--all-features[enable all available features]' \
278
286
'(-h, --help)'{-h,--help}'[show help message]' \
279
287
'(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, defaults to # of CPUs]' \
280
288
'--manifest-path=[path to the manifest to document]' \
@@ -301,6 +309,7 @@ case $state in
301
309
test)
302
310
_arguments \
303
311
'--features=[space separated feature list]' \
312
+ '--all-features[enable all available features]' \
304
313
'(-h, --help)'{-h,--help}'[show help message]' \
305
314
'(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
306
315
'--manifest-path=[path to manifest]: :_files -/' \
0 commit comments