Skip to content

Commit 15409de

Browse files
committed
feat(strings): add --output-separator/-s, -arch arg non-completions
1 parent 50960c0 commit 15409de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

completions/strings

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ _strings()
66
_init_completion -s || return
77

88
case $prev in
9-
--help | --version | --bytes | -!(-*)[hvVn])
9+
--help | --version | --bytes | --output-separator | -arch | \
10+
-!(-*)[hvVns])
1011
return
1112
;;
1213
--radix | -!(-*)t)

0 commit comments

Comments
 (0)