We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fd088 commit c775335Copy full SHA for c775335
share/functions/__fish_print_cmd_args_without_options.fish
@@ -1,3 +1,3 @@
1
function __fish_print_cmd_args_without_options
2
- __fish_print_cmd_args | grep '^[^-]'
+ __fish_print_cmd_args | string match -re '^[^-]'
3
end
0 commit comments