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.
1 parent 99e38b2 commit 34a91e9Copy full SHA for 34a91e9
completions/pydoc
@@ -33,7 +33,7 @@ _comp_cmd_pydoc()
33
COMPREPLY+=($(compgen -W \
34
'$("$1" keywords topics | command sed -e /^Here/d)' -- "$cur"))
35
36
- _comp_compgen_filedir py
+ _comp_compgen -a filedir py
37
} &&
38
complete -F _comp_cmd_pydoc pydoc pydoc3
39
0 commit comments