aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_cmd_args_without_options.fish
blob: dadabc2a82324aea5e48ce51957e9d85bd9d149d (plain)
1
2
3
function __fish_print_cmd_args_without_options
    __fish_print_cmd_args | grep '^[^-]'
end