mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
4f1fa9513c
Also fix ssh completions which were broken by
277fca9c6a
.
2 lines
152 B
Fish
2 lines
152 B
Fish
complete -c exec -n 'test (count (commandline -opc)) -eq 1' -s h -l help -d 'Display help and exit'
|
|
complete -c exec -xa "(__fish_complete_subcommand)"
|