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

5 lines
342 B
Fish
Raw Normal View History

2023-02-13 10:30:46 -05:00
complete -c mkfifo -s m -l mode -d 'Set the file permission bits of the newly-created FIFO to the specified mode value.' -r
complete -c mkfifo -s v -l verbose -d 'output a diagnostic for every file processed'
complete -c mkfifo -s h -l help -d 'Print help (see more with \'--help\')'
complete -c mkfifo -s V -l version -d 'Print version'