generated from PlexSheep/baserepo
4 lines
129 B
Rust
4 lines
129 B
Rust
//! # args module
|
|
//!
|
|
//! The args module of pt is used to parse commandline arguments. Fot this, it makes use of
|
|
//! [`clap`].
|