pimalaya-cli 0.2.0

CLI utils for Pimalaya
Documentation
1
2
3
4
5
6
7
8
9
10
//! Ready-made clap commands shared by every binary.

mod completion;
mod json_schema;
mod manual;

#[doc(inline)]
pub use self::{
    completion::CompletionCommand, json_schema::JsonSchemaCommand, manual::ManualCommand,
};