mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
parent
81457178fa
commit
0512e7cea6
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ To try out the pre-built [examples][examples], use the following steps:
|
|||
|
||||
To test out `clap`'s default auto-generated help/version follow these steps:
|
||||
* Create a new cargo project `$ cargo new fake --bin && cd fake`
|
||||
* Writer your program as described in the quick example section.
|
||||
* Write your program as described in the quick example section.
|
||||
* Build your program `$ cargo build --release`
|
||||
* Run with help or version `$ ./target/release/fake --help` or `$ ./target/release/fake --version`
|
||||
|
||||
|
|
Loading…
Reference in a new issue