{
"name": "mkfifo",
"description": "Make FIFOs (first-in, first-out)",
"options": [
{
"names": [
"-m"
],
"description": "Set the file permission bits of newly-created fifos to mode, without respect to the current umask; the mode is specified as in chmod(1)",
"takes_arg": true,
"arg": {
"name": "MODE",
"suggestions": [
"0666",
"0644",
"0444"
]
}
}
],
"args": [
{
"name": "FIFO",
"description": "FIFO(s) to create",
"is_variadic": true
}
]
}