omama_cli 0.1.3

CLI tool used to bridge between the manager and the omama GUI
Documentation
1
2
3
4
5
6
mod ui;
pub use ui::*;
mod config;
pub use config::*;
mod handle_args;
pub use handle_args::*;