We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_comp_initialize
1 parent 3ae8462 commit b5bb327Copy full SHA for b5bb327
completions/help
@@ -2,8 +2,8 @@
2
3
_comp_cmd_help()
4
{
5
- local cur prev words cword
6
- _init_completion || return
+ local cur prev words cword comp_args
+ _comp_initialize -- "$@" || return
7
8
if [[ $cur == -* ]]; then
9
COMPREPLY=($(compgen -W '$(_parse_usage "$1" "-s $1")' -- "$cur"))
0 commit comments