generated from PlexSheep/baserepo
docs(cli): add crate level documentation
cargo devel CI / cargo CI (push) Has been cancelled
Details
cargo devel CI / cargo CI (push) Has been cancelled
Details
but I'm lazy
This commit is contained in:
parent
087e6dad8c
commit
b06a821f29
|
@ -1,3 +1,5 @@
|
|||
//! This module bundles a lot of good CLI tools, and adds some of it's own, to make development of
|
||||
//! CLI apps easier and more ergonomic.
|
||||
#![warn(clippy::pedantic, clippy::style, clippy::nursery)]
|
||||
pub mod args;
|
||||
pub mod printing;
|
||||
|
|
Reference in New Issue