mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 04:36:14 +08:00
3 lines
152 B
Fish
3 lines
152 B
Fish
complete -c exec -n 'test (count (commandline -xpc)) -eq 1' -s h -l help -d 'Display help and exit'
|
|
complete -c exec -xa "(__fish_complete_subcommand)"
|