mirror of
https://github.com/clap-rs/clap
synced 2024-12-15 07:12:32 +00:00
6 lines
78 B
Rust
6 lines
78 B
Rust
|
use clap::app_from_crate;
|
||
|
|
||
|
fn main() {
|
||
|
app_from_crate!().get_matches();
|
||
|
}
|