unifly 0.6.0

CLI and TUI for managing UniFi network controllers
Documentation
1
2
3
4
5
6
pub mod args;
pub mod commands;
pub mod error;
pub mod output;

pub use args::{Cli, Command, GlobalOpts, OutputFormat};