Options
All
  • Public
  • Public/Protected
  • All
Menu

AsyncCLI Package

Index

Type aliases

ExecutionPhase

ExecutionPhase: "pre" | "main" | "post"

Object literals

Const cliLogger

cliLogger: object

Import this to log to the unified CLI logs
An unchanging logger facade supporting pre and post logger init reporting

debug

  • debug(message: string): void

error

  • error(message: string): void

info

  • info(message: string): void

log

  • log(message: string): void

trace

  • trace(message: string): void

warn

  • warn(message: string): void

Generated using TypeDoc