mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
completion: adopt commandline -x replacing deprecated -o
This gives us more accurate completions because completion scripts get expanded paths
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
function __fish_print_cmd_args
|
||||
commandline -poc
|
||||
commandline -pxc
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user