You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to make my help message nicer. Since there are a lot of options, I would like to assign a title to a subset of that options. What I mean is something like this:
I understand, well what actually I would achieve is to have something that divides multiple options. I've tried to use chained subcommands but it did not worked. So something like that: ./prog command1 --option1.1 --option1.2 command2 --option2.1 --option2.2
The import thing is to have such options splited and easy to understand help message. Is this possible somehow?
I would like to make my help message nicer. Since there are a lot of options, I would like to assign a title to a subset of that options. What I mean is something like this:
Or the other way around:
I'm using flatten in order to keep them separate in the code and then I would like to keep it separate in the help message as well, it is feasible?
The text was updated successfully, but these errors were encountered: