File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ _cargo() {
12
12
'(-q --quiet)*'{-v,--verbose}'[use verbose output]'
13
13
'(-q --quiet -v --verbose)'{-q,--quiet}'[no output printed to stdout]'
14
14
'-Z+[pass unstable (nightly-only) flags to cargo]: :_cargo_unstable_flags'
15
+ '--offline[run without accessing the network]'
15
16
'--frozen[require that Cargo.lock and cache are up-to-date]'
16
17
'--locked[require that Cargo.lock is up-to-date]'
17
18
'--color=[specify colorization option]:coloring:(auto always never)'
@@ -75,7 +76,6 @@ _cargo() {
75
76
{-F+,--features=}'[specify features to activate]:feature' \
76
77
"--default-features[enable the default features]" \
77
78
"--no-default-features[don't enable the default features]" \
78
- "--offline[run without accessing the network]" \
79
79
"--optional[mark the dependency as optional]" \
80
80
"--no-optional[mark the dependency as required]" \
81
81
"--dev[add as a dev dependency]" \
You can’t perform that action at this time.
0 commit comments