Skip to content

Commit

Permalink
Fix auto-complete file
Browse files Browse the repository at this point in the history
also un-hide it
  • Loading branch information
gturri committed Aug 26, 2015
1 parent d81ada5 commit f077e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dokujclient_completion → dokujclient_completion
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _dokujclient ()

cur=${COMP_WORDS[COMP_CWORD]}

COMPREPLY=($(compgen -W "$(dokujclient --help | grep -v "\[" | grep -v "To get help" | tr "\n" " " )" -- $cur))
COMPREPLY=($(compgen -W "$(dokujclient --help | grep -v "\[" | grep -v "To get help" | grep -v "Available commands" | tr "\n" " " )" -- $cur))
}


Expand Down

0 comments on commit f077e8e

Please sign in to comment.