mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:29:43 +08:00
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…
Reference in New Issue
Block a user