mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Update plugins/gvm/_gvm
fixing type in current command description
This commit is contained in:
parent
f283941083
commit
250c65ee84
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ _1st_arguments=(
|
|||
'uninstall:uninstall a candidate version'
|
||||
'list:list available candidate versions'
|
||||
'use:use a candidate version in current shell'
|
||||
'current:dispaly current candidate version'
|
||||
'current:display current candidate version'
|
||||
'version:display the current version of gvm'
|
||||
'default:set the default candidate version for every shell'
|
||||
'selfupdate:update the gvm'
|
||||
|
|
@ -39,4 +39,4 @@ fi
|
|||
case "$words[1]" in
|
||||
install|uninstall|list|use|current|default)
|
||||
_describe -t commands "gvm subcommand" _2nd_arguments ;;
|
||||
esac
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue