aaai-cli 0.6.0

Command-line interface for aaai — audit for asset integrity
1
2
3
4
5
6
7
8
9
10
11
pub mod audit;
pub mod check;
pub mod completions;
pub mod config;
pub mod dashboard;
pub mod diff_cmd;
pub mod history;
pub mod merge;
pub mod report;
pub mod snap;
pub mod watch;