mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
68527ff20c
This ends up saving a surprising number of bytes.
5 lines
256 B
Fish
5 lines
256 B
Fish
|
|
complete -c builtin -s h -l help -d 'Display help and exit'
|
|
complete -c builtin -s n -l names -d 'Print names of all existing builtins'
|
|
complete -c builtin -xa '(builtin -n)'
|
|
complete -c builtin -n '__fish_use_subcommand' -xa '__fish_complete_subcommand'
|