generated from PlexSheep/baserepo
idk why this isn't in master yet #94
|
@ -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