Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "help"

Index

Variables

Const chalk

chalk: any = require('chalk')

Const levenshtein

levenshtein: any = require('js-levenshtein')

Functions

showHelp

  • Shows the common help screen.

    Parameters

    Returns Promise<void>

showHelpHeader

  • Shows the common app header for help screen.

    Parameters

    Returns void

suggestCommand

  • suggestCommand(cmd: any): Promise<void>
  • Suggest a command.

    Parameters

    • cmd: any

      The name of the entered command.

    Returns Promise<void>

Generated using TypeDoc