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 ccdf953 commit 8508d1dCopy full SHA for 8508d1d
bash_completion
@@ -1506,7 +1506,7 @@ _configured_interfaces()
1506
}
1507
1508
# Local IP addresses.
1509
-# If producing IPv6 completions, use `-n :' to `_comp_initialize`.
+# If producing IPv6 completions, `_comp_initialize` with `-n :`.
1510
#
1511
# -4: IPv4 addresses only (default)
1512
# -6: IPv6 addresses only
completions/curl
@@ -3,7 +3,7 @@
3
_comp_cmd_curl()
4
{
5
local cur prev words cword comp_args
6
- _comp_initialize -- "$@" || return
+ _comp_initialize -n : -- "$@" || return
7
8
local noargopts='!(-*|*[KbcDoTCFmQreYytzuAwEdHPxX]*)'
9
# shellcheck disable=SC2254
0 commit comments