mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 16:37:34 +00:00
44d13869ad
Disable php completion for the 4th part of the command, since php-eselect is differently designed and causes errors Closes #1131.
3 lines
56 B
Fish
3 lines
56 B
Fish
function __fish_print_cmd_args
|
|
commandline -poc
|
|
end
|