mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
added global-status.
This commit is contained in:
+2
-1
@@ -21,6 +21,7 @@ local -a _1st_arguments
|
|||||||
_1st_arguments=(
|
_1st_arguments=(
|
||||||
'box:Box commands'
|
'box:Box commands'
|
||||||
'destroy:Destroys the vagrant environment'
|
'destroy:Destroys the vagrant environment'
|
||||||
|
'global-status:Shows the status of the global Vagrant environment.'
|
||||||
'halt:Halts the currently running vagrant environment'
|
'halt:Halts the currently running vagrant environment'
|
||||||
'help:[TASK] Describe available tasks or one specific task'
|
'help:[TASK] Describe available tasks or one specific task'
|
||||||
'init:[box_name] [box_url] Initializes current folder for Vagrant usage'
|
'init:[box_name] [box_url] Initializes current folder for Vagrant usage'
|
||||||
@@ -60,7 +61,7 @@ __task_list ()
|
|||||||
local expl
|
local expl
|
||||||
local -a tasks
|
local -a tasks
|
||||||
|
|
||||||
tasks=(box destroy halt init package plugin provision reload resume ssh ssh_config status suspend up version)
|
tasks=(box destroy global-status halt init package plugin provision reload resume ssh ssh_config status suspend up version)
|
||||||
|
|
||||||
_wanted tasks expl 'help' compadd $tasks
|
_wanted tasks expl 'help' compadd $tasks
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user