We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9412bc2 commit 9a47dd1Copy full SHA for 9a47dd1
completions/slapt-get
@@ -17,7 +17,7 @@ _comp_cmd_slapt_get()
17
esac
18
19
if [[ $cur == -* ]]; then
20
- _comp_compgen_help "$1" --help
+ _comp_compgen_help "$1"
21
if [[ ${COMPREPLY-} ]]; then
22
[[ $COMPREPLY == *= ]] && compopt -o nospace
23
return
0 commit comments