mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
commit
e078a5893b
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@ fn main() {
|
||||||
.author(crate_authors!())
|
.author(crate_authors!())
|
||||||
.get_matches();
|
.get_matches();
|
||||||
|
|
||||||
// running the this app with the -h will display whatever author(s) are in your
|
// running this app with -h will display whatever author(s) are in your
|
||||||
// Cargo.toml
|
// Cargo.toml
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue