diff --git a/members/libpt-cli/src/lib.rs b/members/libpt-cli/src/lib.rs index 7ffceab..965f94e 100644 --- a/members/libpt-cli/src/lib.rs +++ b/members/libpt-cli/src/lib.rs @@ -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;