Create a message queue
The create command creates a new message queue with support of the typical parameters `mode`, `capacity` and `msgsize`. This command also supports the global argument `verbose`.
This commit is contained in:
parent
2b96bcc562
commit
fdacba1eec
5 changed files with 101 additions and 3 deletions
|
@ -8,4 +8,6 @@ readme = "README.md"
|
|||
description = "A CLI program for interacting Posix Message Queues"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = "3.0.0-beta.2"
|
||||
posixmq = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue