mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:12:50 +08:00
29f35d6cdf
This gives us more accurate completions because completion scripts get expanded paths
4 lines
56 B
Fish
4 lines
56 B
Fish
function __fish_print_cmd_args
|
|
commandline -pxc
|
|
end
|