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