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
nconf.argv() returns an instance of nconf so you can chain calls together.
You can access the help via nconf.argv().stores.argv.showHelp(); however, this is designed to be handled by a formatter, so the results may not be terribly useful to you.
I am trying to call argv.showHelp in order to display which arguments are available to the user.
However, if I do
nconf.argv().showHelp();
it crashes.I tried reading the source code and I really expect this to work but it won't.
The text was updated successfully, but these errors were encountered: