This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
clap
Watch
2
Star
0
Fork
You've already forked clap
0
mirror of
https://github.com/clap-rs/clap
synced
2024-11-14 08:37:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1c79bb5b28
clap
/
rustfmt.toml
3 lines
45 B
TOML
Raw
Normal View
History
Unescape
Escape
style: rustfmt run
2015-10-28 14:23:59 +00:00
format_strings
=
false
refactor: refactors the internals a bit Flags, Opts, and Positionals now store their internals using compartmented Base, Valued, and Switched structs to keep the code duplication down and make it easier to maintain. Iniside the src/app/parser.rs there have been several changes to make reasoning about the code easier. Primarily moving related sections out of the large get_matches_with into their own functions.
2016-11-20 01:40:53 +00:00
fn_single_line
=
true
Reference in a new issue
Copy permalink