This commit is contained in:
Gustavo Maia 2018-04-17 20:46:12 +00:00 committed by GitHub
commit 9b574d4619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ _kitchen() {
_kitchen_commands() {
local commands
commands=("${(@f)$(_call_program commands $service help | sed -n 's/^ kitchen \([[:alpha:]]*\) [ [].*# \(.*\)$/\1:\2/p')}")
commands=("${(@f)$(_call_program commands $service help | sed -n 's/^ kitchen \([[:alpha:]]*\).*# \(.*\)$/\1:\2/p')}")
_describe -t commands 'kitchen commands' commands
}