mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
4f1fa9513c
Also fix ssh completions which were broken by
277fca9c6a
.
2 lines
136 B
Fish
2 lines
136 B
Fish
complete -c if -s h -l help -d 'Display help and exit'
|
|
complete -c if -xa '(__fish_complete_subcommand --allow-functions-and-builtins)'
|