File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ case $state in
48
48
_arguments \
49
49
'--features=[space separated feature list]' \
50
50
'--all-features[enable all available features]' \
51
+ '--all-targets[equivalent to specifying --lib --bins --tests --benches --examples]' \
51
52
'(-h, --help)'{-h,--help}'[show help message]' \
52
53
'(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
53
54
"${command_scope_spec[@]}" \
@@ -65,6 +66,7 @@ case $state in
65
66
_arguments \
66
67
'--features=[space separated feature list]' \
67
68
'--all-features[enable all available features]' \
69
+ '--all-targets[equivalent to specifying --lib --bins --tests --benches --examples]' \
68
70
'(-h, --help)'{-h,--help}'[show help message]' \
69
71
'(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
70
72
"${command_scope_spec[@]}" \
You can’t perform that action at this time.
0 commit comments