Skip to main content

rusmes_cli/commands/
mod.rs

1//! CLI command implementations
2
3pub mod backup;
4pub mod check_config;
5pub mod completions;
6pub mod init;
7pub mod mailbox;
8pub mod man;
9pub mod migrate;
10pub mod queue;
11pub mod restore;
12pub mod status;
13pub mod user;
14pub mod watch;