mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 21:31:14 -03:00
functions/__fish_print_cmd_args_without_options: Stringify
[ci skip]
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
function __fish_print_cmd_args_without_options
|
||||
__fish_print_cmd_args | grep '^[^-]'
|
||||
__fish_print_cmd_args | string match -re '^[^-]'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user