mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
Merge #1839
1839: Fix README link r=Dylan-DPC a=zxey Co-authored-by: Richard Hozák <r.hozak@seznam.cz>
This commit is contained in:
commit
aae96236b2
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ Below are a few of the features which `clap` supports, full descriptions and usa
|
|||
* **Auto-generated Help, Version, and Usage information**
|
||||
- Can optionally be fully, or partially overridden if you want a custom help, version, or usage statements
|
||||
* **Auto-generated completion scripts (Bash, Zsh, Fish, Elvish and PowerShell)**
|
||||
- Using [`clap_generate`](https://github.com/clap-rs/clap_generate)
|
||||
- Using [`clap_generate`](https://github.com/clap-rs/clap/tree/master/clap_generate)
|
||||
- Even works through many multiple levels of subcommands
|
||||
- Works with options which only accept certain values
|
||||
- Works with subcommand aliases
|
||||
|
|
Loading…
Reference in a new issue