fish-shell/share/completions/builtin.fish
Maxim Gonchar 8224d9f984 A lot of new completions.
Some small updates and fixes of old functions and completions.
2012-06-12 20:19:31 +04:00

5 lines
278 B
Fish

complete -c builtin -s h -l help --description 'Display help and exit'
complete -c builtin -s n -l names --description 'Print names of all existing builtins'
complete -c builtin -xa '(builtin -n)'
complete -c builtin -n '__fish_use_subcommand' -xa '__fish_complete_subcommand'