mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Switch argument parsing recommendation back to clap (fixes #20)
This commit is contained in:
parent
3ff34af5fb
commit
02acf8864a
1 changed files with 5 additions and 4 deletions
|
@ -572,11 +572,12 @@
|
|||
{
|
||||
"name": "Fully-featured",
|
||||
"recommendations": [{
|
||||
"name": "bpaf",
|
||||
"notes": "Generally recommended. Featureful, ergonomic and faster to compile than clap."
|
||||
}, {
|
||||
"name": "clap",
|
||||
"notes": "Ergonomic, includes the kitchen sink, and is fast at runtime. However compile times can be slow"
|
||||
"notes": "Ergonomic, battle-tested, includes the kitchen sink, and is fast at runtime. However compile times can be slow"
|
||||
}],
|
||||
"see_also": [{
|
||||
"name": "bpaf",
|
||||
"notes": "Fast compile times than clap while still being featureful. But still has some rough edges, and the API can be confusing at times."
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue