This class is a light wrapper around ux.action that allows us to automatically suppress any actions if --json flag is present.

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

outputEnabled: boolean

Accessors

  • get status(): undefined | string
  • Get the status of the current spinner.

    Returns undefined | string

  • set status(status): void
  • Set the status of the current spinner.

    Parameters

    • status: undefined | string

    Returns void

Methods

  • Pause the spinner on the console.

    Parameters

    • fn: (() => unknown)
        • (): unknown
        • Returns unknown

    • Optionalicon: string

    Returns void

  • Start a spinner on the console.

    Parameters

    • action: string
    • Optionalstatus: string
    • Optionalopts: {
          stdout?: boolean;
      }
      • Optionalstdout?: boolean

    Returns void

  • Stop the spinner on the console.

    Parameters

    • Optionalmsg: string

    Returns void