Skip to content

Commit c775335

Browse files
committed
functions/__fish_print_cmd_args_without_options: Stringify
[ci skip]
1 parent b8fd088 commit c775335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
function __fish_print_cmd_args_without_options
2-
__fish_print_cmd_args | grep '^[^-]'
2+
__fish_print_cmd_args | string match -re '^[^-]'
33
end

0 commit comments

Comments
 (0)