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.
-a
_comp_compgen
1 parent 55c5c45 commit 636bb7cCopy full SHA for 636bb7c
bash_completion
@@ -1229,7 +1229,7 @@ _comp_variable_assignments()
1229
case $prev in
1230
TZ)
1231
cur=/usr/share/zoneinfo/$cur
1232
- _comp_compgen -a filedir
+ _comp_compgen_filedir
1233
if ((${#COMPREPLY[@]})); then
1234
for i in "${!COMPREPLY[@]}"; do
1235
if [[ ${COMPREPLY[i]} == *.tab ]]; then
@@ -2050,7 +2050,7 @@ _comp_compgen_allowed_groups()
2050
# @since 2.12
2051
_comp_selinux_users()
2052
{
2053
- _comp_compgen -a split -- "$(semanage user -nl 2>/dev/null |
+ _comp_compgen_split -- "$(semanage user -nl 2>/dev/null |
2054
awk '{ print $1 }')"
2055
}
2056
0 commit comments