mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
just to add ':' into the _argument command line
This commit is contained in:
parent
9f73e3b16b
commit
d85771f161
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ _buildbot()
|
|||
|
||||
local ret=1
|
||||
|
||||
_arguments -C \
|
||||
_arguments -C : \
|
||||
'(- 1 *)--help[show usage]'\
|
||||
'(- 1 *)--version[display version]'\
|
||||
'(- 1 *)--verbose[verbose output]'\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue