This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
pt/src/bin/args/mod.rs
2023-07-07 00:36:49 +02:00

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`].