Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface to denote an implementation of required abstract methods in BaseCommand

Hierarchy

Implements

Implemented by

Index

Properties

Methods

Properties

argv

argv: string[] = []

reference to raw args used in the invocation

logger

logger: Logger = new Log.Logger({ name: this.constructor.name })

logging instance

ui

ui: Writer = new UI.Writer()

ui writer instance

Methods

Optional help

  • help(): void

run

  • run(options: any, ...args: any[]): Promise<any>