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'm looking for a way to specify subcommand specific help header (a description - could be long - that precedes the options). Currently I only found a way to specify the same help header across all subcommands (with the Create function.
(Sorry if I miss something obvious but I'm on new territory here 😄).
Thanks in advance.
Haim
The text was updated successfully, but these errors were encountered:
What I finally did is add a --long-help subcommand for all subcommands where I print the description. Coming from unix to dotnet, it seems that the tools for supporting command line applications are not mature enough but hopefully it'll get there.
I'm leaving it open so maybe it'll get implemented.
If either of you fancy taking a run at this, there are now active maintainers, so any approach can get a yes/no and get reviewed and/or released quickly
bartelink
changed the title
Is there a way to specify subcommand specific help header?
feat: subcommand specific help header?
Dec 14, 2023
Description
I'm looking for a way to specify subcommand specific help header (a description - could be long - that precedes the options). Currently I only found a way to specify the same help header across all subcommands (with the
Create
function.(Sorry if I miss something obvious but I'm on new territory here 😄).
Thanks in advance.
Haim
The text was updated successfully, but these errors were encountered: