mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +00:00
fix indentation
This commit is contained in:
parent
3e43000132
commit
d018fcb53c
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ __handle_word()
|
|||
if [[ "${words[c]}" == -* ]]; then
|
||||
__handle_flag
|
||||
elif __contains_word "${words[c]}" "${commands[@]}"; then
|
||||
__handle_command
|
||||
__handle_command
|
||||
elif __contains_word "${words[c]}" "${command_aliases[@]}"; then
|
||||
words[${c}]=${aliasHash[${words[c]}]}
|
||||
__handle_command
|
||||
|
|
Loading…
Add table
Reference in a new issue