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 4d089e8 commit b85263aCopy full SHA for b85263a
completions/perl
@@ -5,7 +5,7 @@ _comp_cmd_perl__helper()
5
COMPREPLY=($(compgen -P "$prefix" -W \
6
"$("${1:-perl}" "${BASH_SOURCE[0]%/*}/../helpers/perl" "$2" "$cur")" \
7
-- "$cur"))
8
- [[ $1 == functions ]] || _comp_ltrim_colon_completions "$prefix$cur"
+ [[ $2 == functions ]] || _comp_ltrim_colon_completions "$prefix$cur"
9
}
10
11
_comp_cmd_perl()
0 commit comments