-
Hi. I want to ask if and how can I customize the first line with app name: Can I customize the help somehow? ps. I was looking at #460 but don't understand if and how can I use it :( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The main way to customize it is through I'm interested in making help generation more modular, we just haven't gotten to it yet. btw is there a reason you are still on clap v3? |
Beta Was this translation helpful? Give feedback.
-
@epage I almost successfully migrated to newest clap with manio/aa-proxy-rs@dedd5da Can you help with this?
|
Beta Was this translation helpful? Give feedback.
The main way to customize it is through
help_template
though that doesn't work well for reporting runtime state (is starting
) as you'll need to look it up even when--help
isn't being used.I'm interested in making help generation more modular, we just haven't gotten to it yet.
btw is there a reason you are still on clap v3?