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
The cli.js file checks process.argv.length <= 2 to show the help menu. The commander library has built-in features to handle this automatically when no command is provided. This check should be removed in favor of the library's native behavior.