Skip to content

Commit d10dcdf

Browse files
committed
op: direct command parsing stderr to /dev/null
Closes #341
1 parent 9e351e4 commit d10dcdf

File tree

1 file changed

+1
-1
lines changed
  • completions

1 file changed

+1
-1
lines changed

completions/op

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_op_commands()
44
{
5-
"$@" --help |
5+
"$@" --help 2>/dev/null |
66
awk "/^(Available |Sub)commands/{flag=1;next}/^ /&&flag{print \$1}"
77
}
88

0 commit comments

Comments
 (0)