showHelp

showHelp(options)

  • Shows available commands

  • Sub-functions:

    • limit

    • offset

const helpText = showHelp({ limit: 5 });
console.log(helpText);

Last updated

Was this helpful?