5 lines
342 B
Fish
5 lines
342 B
Fish
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'
|