pimalaya-cli 0.1.1

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

mod completion;
mod manual;

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