mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add bpaf recommendation for argument parsing
This commit is contained in:
parent
e419cc5692
commit
027aead326
1 changed files with 4 additions and 1 deletions
|
@ -571,8 +571,11 @@
|
||||||
{
|
{
|
||||||
"name": "Fully-featured",
|
"name": "Fully-featured",
|
||||||
"recommendations": [{
|
"recommendations": [{
|
||||||
|
"name": "bpaf",
|
||||||
|
"notes": "Generally recommended. Featureful, ergonomic and faster to compile than clap."
|
||||||
|
}, {
|
||||||
"name": "clap",
|
"name": "clap",
|
||||||
"notes": "Ergonomic, supports everything, and is fast at runtime. However compile times can be slow"
|
"notes": "Ergonomic, includes the kitchen sink, and is fast at runtime. However compile times can be slow"
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue