Johannes Altmanninger 4f1fa9513c Make most subcommand completions take external commands only
Also fix ssh completions which were broken by
277fca9c6a26600ce8dc7cb2a035d412a9476868.
2019-11-05 11:47:05 +01:00

3 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)"