mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
5 lines
113 B
Text
5 lines
113 B
Text
#compdef chefvm
|
|
|
|
_arguments \
|
|
"1:Commands:($(__chefvm_commands))" \
|
|
"*:Configurations:($(__chefvm_configs))"
|