Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CLIApplication

Hierarchy

  • CLIApplication

Index

Constructors

constructor

Properties

Private Optional command

command: Command

Private commands

commands: Command[]

Private fetchService

fetchService: FetchService

Private ioService

ioService: IOService

Private logService

logService: LogService

Methods

Private generateCommandHelp

  • generateCommandHelp(commands: Command[]): string

Private generateTable

  • generateTable(rows: Array<Array<string | undefined>>): string

run

  • run(): Promise<void>

showCommandHelp

  • showCommandHelp(command: Command, err?: Error): void

showHelp

  • showHelp(err?: Error): void

Generated using TypeDoc