Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
22fed4fb
Commit
22fed4fb
authored
Mar 04, 2020
by
Marc Cornellà
Browse files
knife: fix refactor mistake
parent
314dd205
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/knife/_knife
View file @
22fed4fb
...
@@ -106,10 +106,10 @@ _knife() {
...
@@ -106,10 +106,10 @@ _knife() {
compadd -Q "$@" show edit list "from file" create delete
compadd -Q "$@" show edit list "from file" create delete
;;
;;
bootstrap|clean|cook|prepare)
bootstrap|clean|cook|prepare)
compadd "$@" nodes/*.json(N:t:r)
; done
compadd "$@" nodes/*.json(N:t:r)
;;
;;
init)
init)
compadd "$@" ./*(/N:t)
; done
compadd "$@" ./*(/N:t)
;;
;;
*)
*)
_arguments '3:Subsubcommands:($(_knife_options2))'
_arguments '3:Subsubcommands:($(_knife_options2))'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment