shitbox/pkg/usr/share/fish/completions/bootstrap.fish

34 lines
4.4 KiB
Fish

complete -c bootstrap -n "__fish_use_subcommand" -s p -l prefix -d 'The directory path under which to install' -r
complete -c bootstrap -n "__fish_use_subcommand" -s u -l usr -d 'Use /usr'
complete -c bootstrap -n "__fish_use_subcommand" -s s -l soft -d 'Install soft links instead of hardlinks'
complete -c bootstrap -n "__fish_use_subcommand" -s h -l help -d 'Print help (see more with \'--help\')'
complete -c bootstrap -n "__fish_use_subcommand" -s V -l version -d 'Print version'
complete -c bootstrap -n "__fish_use_subcommand" -f -a "all" -d 'Install everything'
complete -c bootstrap -n "__fish_use_subcommand" -f -a "links" -d 'Install links for each applet'
complete -c bootstrap -n "__fish_use_subcommand" -f -a "manpages" -d 'Install Unix man pages'
complete -c bootstrap -n "__fish_use_subcommand" -f -a "completions" -d 'Install shell completions'
complete -c bootstrap -n "__fish_use_subcommand" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'
complete -c bootstrap -n "__fish_seen_subcommand_from all" -s s -l soft -d 'Install soft links instead of hardlinks'
complete -c bootstrap -n "__fish_seen_subcommand_from all" -s a -l all -d 'Install completions for all supported shells'
complete -c bootstrap -n "__fish_seen_subcommand_from all" -s b -l bash -d 'Bash shell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from all" -s f -l fish -d 'Fish shell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from all" -s n -l nu -d 'Nushell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from all" -s p -l pwsh -d 'PowerShell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from all" -s z -l zsh -d 'Zshell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from all" -s h -l help -d 'Print help'
complete -c bootstrap -n "__fish_seen_subcommand_from links" -s s -l soft -d 'Install soft links instead of hardlinks'
complete -c bootstrap -n "__fish_seen_subcommand_from links" -s h -l help -d 'Print help'
complete -c bootstrap -n "__fish_seen_subcommand_from manpages" -s h -l help -d 'Print help'
complete -c bootstrap -n "__fish_seen_subcommand_from completions" -s a -l all -d 'Install completions for all supported shells'
complete -c bootstrap -n "__fish_seen_subcommand_from completions" -s b -l bash -d 'Bash shell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from completions" -s f -l fish -d 'Fish shell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from completions" -s n -l nu -d 'Nushell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from completions" -s p -l pwsh -d 'PowerShell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from completions" -s z -l zsh -d 'Zshell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from completions" -s h -l help -d 'Print help'
complete -c bootstrap -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from all; and not __fish_seen_subcommand_from links; and not __fish_seen_subcommand_from manpages; and not __fish_seen_subcommand_from completions; and not __fish_seen_subcommand_from help" -f -a "all" -d 'Install everything'
complete -c bootstrap -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from all; and not __fish_seen_subcommand_from links; and not __fish_seen_subcommand_from manpages; and not __fish_seen_subcommand_from completions; and not __fish_seen_subcommand_from help" -f -a "links" -d 'Install links for each applet'
complete -c bootstrap -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from all; and not __fish_seen_subcommand_from links; and not __fish_seen_subcommand_from manpages; and not __fish_seen_subcommand_from completions; and not __fish_seen_subcommand_from help" -f -a "manpages" -d 'Install Unix man pages'
complete -c bootstrap -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from all; and not __fish_seen_subcommand_from links; and not __fish_seen_subcommand_from manpages; and not __fish_seen_subcommand_from completions; and not __fish_seen_subcommand_from help" -f -a "completions" -d 'Install shell completions'
complete -c bootstrap -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from all; and not __fish_seen_subcommand_from links; and not __fish_seen_subcommand_from manpages; and not __fish_seen_subcommand_from completions; and not __fish_seen_subcommand_from help" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'