docs(cli): add crate level documentation
cargo devel CI / cargo CI (push) Has been cancelled Details

but I'm lazy
This commit is contained in:
Christoph J. Scherr 2024-07-09 19:43:43 +02:00
parent 087e6dad8c
commit b06a821f29
1 changed files with 2 additions and 0 deletions

View File

@ -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;