fish-shell/share/functions/__fish_print_cmd_args.fish
Johannes Altmanninger 29f35d6cdf completion: adopt commandline -x replacing deprecated -o
This gives us more accurate completions because completion scripts get
expanded paths
2024-01-27 09:28:06 +01:00

3 lines
56 B
Fish

function __fish_print_cmd_args
commandline -pxc
end