We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c5320 commit 3447cc3Copy full SHA for 3447cc3
argsparse-completion.sh
@@ -252,6 +252,3 @@ _argsparse_complete() {
252
_init_completion -s || return
253
COMPREPLY=( $(__argsparse_complete) )
254
}
255
-
256
-complete -F _argsparse_complete 1-basics 2-values 3-cumulative-options 4-types 5-custom-types 6-properties 7-value-checking 8-setting-hook 9-misc
257
0 commit comments