Skip to content
#

winston

Here are 275 public repositories matching this topic...

danguilherme
danguilherme commented Sep 28, 2017

Expose a method to show the help string whenever I want to, like it being the default command of my program.

Program would be something like:

program
  .version(package.version)
  .action(() => program.showHelp())
  .command('real command')
  .action((args, options, logger) => /* do stuff */);
program.parse(process.argv);

// ./myprog
/* ... prints help ... */

I

Improve this page

Add a description, image, and links to the winston topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the winston topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.