mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
Fix double space in CONTRIBUTING.md
This commit is contained in:
parent
b4d9f95ea1
commit
34bba9c0d7
1 changed files with 1 additions and 1 deletions
|
@ -85,5 +85,5 @@ There are a few goals of `clap` that I'd like to maintain throughout contributio
|
|||
- Parsing of arguments shouldn't slow down usage of the main program
|
||||
- This is also true of generating help and usage information (although *slightly* less stringent, as the program is about to exit)
|
||||
* Try to be cognizant of memory usage
|
||||
- Once parsing is complete, the memory footprint of `clap` should be low since the main program is the star of the show
|
||||
- Once parsing is complete, the memory footprint of `clap` should be low since the main program is the star of the show
|
||||
* `panic!` on *developer* error, exit gracefully on *end-user* error
|
||||
|
|
Loading…
Reference in a new issue