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
Hey there -
Wondering if there's a way to set a title for the help screen - something like:
< misc title text goes here >
Usage: log [options]
Options:
-h, --help output usage information
-V, --version output the version number
-a, --addr <addr> bind to the given address
Right now i'm using the .on('--help') option to include it... but it puts it down below the instructions (oh, the horror!)...
Thanks!
-matt
p.s. I realize this is a fairly superfluous feature so feel free to file / ignore accordingly!
The text was updated successfully, but these errors were encountered:
Generally you should aim to make your CLI look as standard as possible e.g. cd: usage: cd [-L|[-P [-e]] [-@]] [dir]. If you don't want to you should overwrite with your own custom help. I understand you probably wouldn't like updating your custom help every time the API changes but I don't think a lot of people would use this.
Hey there -
Wondering if there's a way to set a title for the help screen - something like:
Right now i'm using the .on('--help') option to include it... but it puts it down below the instructions (oh, the horror!)...
Thanks!
-matt
p.s. I realize this is a fairly superfluous feature so feel free to file / ignore accordingly!
The text was updated successfully, but these errors were encountered: