4 lines
92 B
Fish
4 lines
92 B
Fish
|
function __fish_print_cmd_args_without_options
|
||
|
__fish_print_cmd_args | grep '^[^-]'
|
||
|
end
|