functions/__fish_print_cmd_args_without_options: Stringify
[ci skip]
This commit is contained in:
parent
b8fd08811c
commit
c775335b2a
@ -1,3 +1,3 @@
|
||||
function __fish_print_cmd_args_without_options
|
||||
__fish_print_cmd_args | grep '^[^-]'
|
||||
__fish_print_cmd_args | string match -re '^[^-]'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user