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

5 lines
400 B
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 mountpoint -s d -l fs-devno -d 'Show the major/minor numbers of the device that is mounted on the given directory.'
complete -c mountpoint -s x -l devno -d 'Show the major/minor numbers of the given blockdevice on standard output.'
complete -c mountpoint -s q -l quiet -d 'Be quiet - dont print anything.'
complete -c mountpoint -s h -l help -d 'Print help (see more with \'--help\')'