qnap 0.1.7

CLI for QNAP NAS management — human-friendly output and JSON mode for agent use
1
2
3
4
5
6
7
8
9
10
pub mod config_show;
pub mod dump;
pub mod files;
pub mod info;
pub mod login;
pub mod network;
pub mod schema;
pub mod shares;
pub mod status;
pub mod volumes;