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
Another thing I've noticed is that commander.js adds a blank line after the category (such as options and commands). Most commands I use don't include this extra line.
commander.js:
Options:
-v, --version output the version number
other commands
Options:
-v, --version output the version number
The text was updated successfully, but these errors were encountered:
I'm actually having a hard time finding a command which uses a blank line that otherwise has fairly clean usage text. (There are a lot of commands which have completely disorganized usage text, so I'm ignoring those commands).
From @mojavelinux in PR #853:
Another thing I've noticed is that commander.js adds a blank line after the category (such as options and commands). Most commands I use don't include this extra line.
commander.js:
other commands
The text was updated successfully, but these errors were encountered: