mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Fix bug in cargo plugin
This commit is contained in:
parent
87da7efba5
commit
ba9f84c9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ _arguments \
|
||||||
'(- 1 *)'{-h,--help}'[show help message]' \
|
'(- 1 *)'{-h,--help}'[show help message]' \
|
||||||
'(- 1 *)'{-V,--version}'[show version information]' \
|
'(- 1 *)'{-V,--version}'[show version information]' \
|
||||||
'(- 1 *)'--list'[list installed commands]' \
|
'(- 1 *)'--list'[list installed commands]' \
|
||||||
'(- 1 *)'--explain 'CODE[Run `rustc --explain CODE`]' \
|
'(- 1 *)'--explain'[Run `rustc --explain CODE`]' \
|
||||||
'(- 1 *)'{-v,--verbose}'[use verbose output]' \
|
'(- 1 *)'{-v,--verbose}'[use verbose output]' \
|
||||||
'(- 1 *)'--color'[colorization option]' \
|
'(- 1 *)'--color'[colorization option]' \
|
||||||
'(- 1 *)'--frozen'[Require Cargo.lock and cache are up to date]' \
|
'(- 1 *)'--frozen'[Require Cargo.lock and cache are up to date]' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue