mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
docs(README.md): fix typos in the readme
This commit is contained in:
parent
1bc802aa4b
commit
0d3ecd8e83
2 changed files with 1 additions and 13 deletions
|
@ -59,7 +59,7 @@ Below are a few of the features which `clap` supports, full descriptions and usa
|
|||
|
||||
The following two examples (which are functionally equivilant, but show two different ways to use `clap`) show a quick example of some of the basic functionality of `clap`. For more advanced usage, such as requirements, exclusions, multiple values and occurrences see the [video tutorials](https://www.youtube.com/playlist?list=PLza5oFLQGTl0Bc_EU_pBNcX-rhVqDTRxv), [documentation](http://kbknapp.github.io/clap-rs/docs/clap/index.html), or `examples/` directory of this repository.
|
||||
|
||||
```rust
|
||||
```rust
|
||||
// (Full example with comments in examples/01_QuickExample.rs)
|
||||
extern crate clap;
|
||||
use clap::{Arg, App, SubCommand};
|
||||
|
|
12
gede.ini
12
gede.ini
|
@ -1,12 +0,0 @@
|
|||
TcpPort="2000"
|
||||
TcpHost="localhost"
|
||||
Mode="0"
|
||||
LastProgram="/home/kevin/Projects/clap-rs/target/debug/clap-fd2d4002ca38536a"
|
||||
TcpProgram=""
|
||||
InitCommands=""
|
||||
GdpPath="gdb"
|
||||
LastProgramArguments=""
|
||||
Font="Monospace"
|
||||
FontSize="8"
|
||||
ReuseBreakpoints="0"
|
||||
Breakpoints=":0;:0;:0;:0;:0;:0;:0;:0;/home/kevin/Projects/clap-rs/src/usageparser.rs:51;:0"
|
Loading…
Reference in a new issue