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

80 lines
16 KiB
Fish
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

complete -c utilbox -n "__fish_use_subcommand" -s h -l help -d 'Print help'
complete -c utilbox -n "__fish_use_subcommand" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_use_subcommand" -f -a "bootstrap" -d 'Install shitbox into the filesystem'
complete -c utilbox -n "__fish_use_subcommand" -f -a "clear" -d 'clear the terminal\'s screen'
complete -c utilbox -n "__fish_use_subcommand" -f -a "mountpoint" -d 'see if a directory or file is a mountpoint'
complete -c utilbox -n "__fish_use_subcommand" -f -a "swaplabel" -d 'set the label of a swap filesystem'
complete -c utilbox -n "__fish_use_subcommand" -f -a "swapoff" -d 'disable devices and files for paging and swapping'
complete -c utilbox -n "__fish_use_subcommand" -f -a "umount" -d 'unmount filesystems'
complete -c utilbox -n "__fish_use_subcommand" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; 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" -s p -l prefix -d 'The directory path under which to install' -r
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; 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" -s u -l usr -d 'Use /usr'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; 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" -s s -l soft -d 'Install soft links instead of hardlinks'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; 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" -s h -l help -d 'Print help (see more with \'--help\')'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; 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" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; 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 utilbox -n "__fish_seen_subcommand_from bootstrap; 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 utilbox -n "__fish_seen_subcommand_from bootstrap; 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 utilbox -n "__fish_seen_subcommand_from bootstrap; 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 utilbox -n "__fish_seen_subcommand_from bootstrap; 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)'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from all" -s s -l soft -d 'Install soft links instead of hardlinks'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from all" -s a -l all -d 'Install completions for all supported shells'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from all" -s b -l bash -d 'Bash shell completions'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from all" -s f -l fish -d 'Fish shell completions'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from all" -s n -l nu -d 'Nushell completions'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from all" -s p -l pwsh -d 'PowerShell completions'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from all" -s z -l zsh -d 'Zshell completions'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from all" -s h -l help -d 'Print help'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from all" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from links" -s s -l soft -d 'Install soft links instead of hardlinks'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from links" -s h -l help -d 'Print help'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from links" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from manpages" -s h -l help -d 'Print help'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from manpages" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from completions" -s a -l all -d 'Install completions for all supported shells'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from completions" -s b -l bash -d 'Bash shell completions'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from completions" -s f -l fish -d 'Fish shell completions'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from completions" -s n -l nu -d 'Nushell completions'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from completions" -s p -l pwsh -d 'PowerShell completions'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from completions" -s z -l zsh -d 'Zshell completions'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from completions" -s h -l help -d 'Print help'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __fish_seen_subcommand_from completions" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_seen_subcommand_from bootstrap; and __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 utilbox -n "__fish_seen_subcommand_from bootstrap; and __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 utilbox -n "__fish_seen_subcommand_from bootstrap; and __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 utilbox -n "__fish_seen_subcommand_from bootstrap; and __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 utilbox -n "__fish_seen_subcommand_from bootstrap; and __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)'
complete -c utilbox -n "__fish_seen_subcommand_from clear" -s h -l help -d 'Print help'
complete -c utilbox -n "__fish_seen_subcommand_from clear" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_seen_subcommand_from mountpoint" -s d -l fs-devno -d 'Show the major/minor numbers of the device that is mounted on the given directory.'
complete -c utilbox -n "__fish_seen_subcommand_from mountpoint" -s x -l devno -d 'Show the major/minor numbers of the given blockdevice on standard output.'
complete -c utilbox -n "__fish_seen_subcommand_from mountpoint" -s q -l quiet -d 'Be quiet - dont print anything.'
complete -c utilbox -n "__fish_seen_subcommand_from mountpoint" -s h -l help -d 'Print help (see more with \'--help\')'
complete -c utilbox -n "__fish_seen_subcommand_from mountpoint" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_seen_subcommand_from swaplabel" -s L -s l -l label -d 'set the label' -r
complete -c utilbox -n "__fish_seen_subcommand_from swaplabel" -s h -l help -d 'Print help'
complete -c utilbox -n "__fish_seen_subcommand_from swaplabel" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_seen_subcommand_from swapoff" -s a -l all -d 'Disable swapping on all known swap devices and files as found in /etc/fstab.'
complete -c utilbox -n "__fish_seen_subcommand_from swapoff" -s v -l verbose -d 'output a diagnostic for every file processed'
complete -c utilbox -n "__fish_seen_subcommand_from swapoff" -s h -l help -d 'Print help'
complete -c utilbox -n "__fish_seen_subcommand_from swapoff" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_seen_subcommand_from umount" -s t -l types -d 'Indicate that the actions should only be taken on filesystems of the specified type.' -r
complete -c utilbox -n "__fish_seen_subcommand_from umount" -s a -l all -d 'All of the file systems described in /proc/mounts are unmounted. The proc filesystem is not unmounted.'
complete -c utilbox -n "__fish_seen_subcommand_from umount" -s f -l force -d 'Force an unmount (in case of an unreachable NFS system).'
complete -c utilbox -n "__fish_seen_subcommand_from umount" -s l -l lazy -d 'Lazy unmount. Detach the filesystem from the fs hierarchy now, and cleanup all references to the filesystem as soon as it is not busy anymore.'
complete -c utilbox -n "__fish_seen_subcommand_from umount" -s n -d 'Unmount without writing in /etc/mtab. This is the default action. This flag exists only for historical compatability.'
complete -c utilbox -n "__fish_seen_subcommand_from umount" -s v -l verbose -d 'output a diagnostic for every file processed'
complete -c utilbox -n "__fish_seen_subcommand_from umount" -s h -l help -d 'Print help (see more with \'--help\')'
complete -c utilbox -n "__fish_seen_subcommand_from umount" -s V -l version -d 'Print version'
complete -c utilbox -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from bootstrap; and not __fish_seen_subcommand_from clear; and not __fish_seen_subcommand_from mountpoint; and not __fish_seen_subcommand_from swaplabel; and not __fish_seen_subcommand_from swapoff; and not __fish_seen_subcommand_from umount; and not __fish_seen_subcommand_from help" -f -a "bootstrap" -d 'Install shitbox into the filesystem'
complete -c utilbox -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from bootstrap; and not __fish_seen_subcommand_from clear; and not __fish_seen_subcommand_from mountpoint; and not __fish_seen_subcommand_from swaplabel; and not __fish_seen_subcommand_from swapoff; and not __fish_seen_subcommand_from umount; and not __fish_seen_subcommand_from help" -f -a "clear" -d 'clear the terminal\'s screen'
complete -c utilbox -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from bootstrap; and not __fish_seen_subcommand_from clear; and not __fish_seen_subcommand_from mountpoint; and not __fish_seen_subcommand_from swaplabel; and not __fish_seen_subcommand_from swapoff; and not __fish_seen_subcommand_from umount; and not __fish_seen_subcommand_from help" -f -a "mountpoint" -d 'see if a directory or file is a mountpoint'
complete -c utilbox -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from bootstrap; and not __fish_seen_subcommand_from clear; and not __fish_seen_subcommand_from mountpoint; and not __fish_seen_subcommand_from swaplabel; and not __fish_seen_subcommand_from swapoff; and not __fish_seen_subcommand_from umount; and not __fish_seen_subcommand_from help" -f -a "swaplabel" -d 'set the label of a swap filesystem'
complete -c utilbox -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from bootstrap; and not __fish_seen_subcommand_from clear; and not __fish_seen_subcommand_from mountpoint; and not __fish_seen_subcommand_from swaplabel; and not __fish_seen_subcommand_from swapoff; and not __fish_seen_subcommand_from umount; and not __fish_seen_subcommand_from help" -f -a "swapoff" -d 'disable devices and files for paging and swapping'
complete -c utilbox -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from bootstrap; and not __fish_seen_subcommand_from clear; and not __fish_seen_subcommand_from mountpoint; and not __fish_seen_subcommand_from swaplabel; and not __fish_seen_subcommand_from swapoff; and not __fish_seen_subcommand_from umount; and not __fish_seen_subcommand_from help" -f -a "umount" -d 'unmount filesystems'
complete -c utilbox -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from bootstrap; and not __fish_seen_subcommand_from clear; and not __fish_seen_subcommand_from mountpoint; and not __fish_seen_subcommand_from swaplabel; and not __fish_seen_subcommand_from swapoff; and not __fish_seen_subcommand_from umount; and not __fish_seen_subcommand_from help" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'
complete -c utilbox -n "__fish_seen_subcommand_from help; and __fish_seen_subcommand_from bootstrap; 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" -f -a "all" -d 'Install everything'
complete -c utilbox -n "__fish_seen_subcommand_from help; and __fish_seen_subcommand_from bootstrap; 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" -f -a "links" -d 'Install links for each applet'
complete -c utilbox -n "__fish_seen_subcommand_from help; and __fish_seen_subcommand_from bootstrap; 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" -f -a "manpages" -d 'Install Unix man pages'
complete -c utilbox -n "__fish_seen_subcommand_from help; and __fish_seen_subcommand_from bootstrap; 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" -f -a "completions" -d 'Install shell completions'