aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/builtin.fish
blob: c630e6b7f51b8b9476fa713d2fa492d6edebb8b2 (plain)
1
2
3
4
5

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'