Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHandlerProgressApi

Progress bar APIs for the command handler. Use these methods to start and end progress bars. Only one bar can be active at any given time. Progress bars are displayed at the users terminal/console (indicates/updates with progress) and are NOT shown

export
interface

IHandlerProgressApi

Hierarchy

  • IHandlerProgressApi

Index

Methods

endBar

  • endBar(): void

Optional endSpinner

  • endSpinner(endText?: string): void

startBar

Optional startSpinner

  • startSpinner(pendingText: string): void

Generated using TypeDoc