mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Fix for robbyrussell/#4130
This commit is contained in:
parent
192de6bcff
commit
c0ab30b1de
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ _box_arguments=(
|
||||||
'add:NAME URI Add a box to the system'
|
'add:NAME URI Add a box to the system'
|
||||||
'help:COMMAND Describe subcommands or one specific subcommand'
|
'help:COMMAND Describe subcommands or one specific subcommand'
|
||||||
'list:Lists all installed boxes'
|
'list:Lists all installed boxes'
|
||||||
|
'update:NAME Updates the box if outdated'
|
||||||
|
'outdated:NAME Check if a box is outdated'
|
||||||
'remove:NAME Remove a box from the system'
|
'remove:NAME Remove a box from the system'
|
||||||
'repackage:NAME Repackage an installed box into a `.box` file.'
|
'repackage:NAME Repackage an installed box into a `.box` file.'
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue