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:
finga 2021-06-14 03:06:23 +02:00
parent 2b96bcc562
commit fdacba1eec
5 changed files with 101 additions and 3 deletions

View file

@ -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"