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