We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50960c0 commit 15409deCopy full SHA for 15409de
completions/strings
@@ -6,7 +6,8 @@ _strings()
6
_init_completion -s || return
7
8
case $prev in
9
- --help | --version | --bytes | -!(-*)[hvVn])
+ --help | --version | --bytes | --output-separator | -arch | \
10
+ -!(-*)[hvVns])
11
return
12
;;
13
--radix | -!(-*)t)
0 commit comments