mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +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:
|
To test out `clap`'s default auto-generated help/version follow these steps:
|
||||||
* Create a new cargo project `$ cargo new fake --bin && cd fake`
|
* 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`
|
* Build your program `$ cargo build --release`
|
||||||
* Run with help or version `$ ./target/release/fake --help` or `$ ./target/release/fake --version`
|
* Run with help or version `$ ./target/release/fake --help` or `$ ./target/release/fake --version`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue