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() {
1212 '(-q --quiet)*'{-v,--verbose}'[use verbose output]'
1313 '(-q --quiet -v --verbose)'{-q,--quiet}'[no output printed to stdout]'
1414 '-Z+[pass unstable (nightly-only) flags to cargo]: :_cargo_unstable_flags'
15+ '--offline[run without accessing the network]'
1516 '--frozen[require that Cargo.lock and cache are up-to-date]'
1617 '--locked[require that Cargo.lock is up-to-date]'
1718 '--color=[specify colorization option]:coloring:(auto always never)'
@@ -75,7 +76,6 @@ _cargo() {
7576 {-F+,--features=}'[specify features to activate]:feature' \
7677 "--default-features[enable the default features]" \
7778 "--no-default-features[don't enable the default features]" \
78- "--offline[run without accessing the network]" \
7979 "--optional[mark the dependency as optional]" \
8080 "--no-optional[mark the dependency as required]" \
8181 "--dev[add as a dev dependency]" \
You can’t perform that action at this time.
0 commit comments