Remove a message queue
This commit is contained in:
parent
fdacba1eec
commit
fe877b230c
3 changed files with 26 additions and 1 deletions
|
@ -3,6 +3,7 @@ use clap::Clap;
|
|||
|
||||
mod cli;
|
||||
mod create;
|
||||
mod unlink;
|
||||
|
||||
use cli::{Command, Opts};
|
||||
|
||||
|
@ -11,6 +12,7 @@ fn main() -> Result<()> {
|
|||
|
||||
match opts.command {
|
||||
Command::Create(c) => c.run(opts.verbose)?,
|
||||
Command::Unlink(u) => u.run(opts.verbose)?,
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue