Main class for handling command-line interaction and initiating Bear tasks.

Constructors

Properties

Methods

Constructors

Properties

action: Actions

The selected action to perform.

Methods

  • Private

    Prompts the user to select an action.

    Returns Promise<void>

    A Promise that resolves once the user selects an action.

    Async

  • Runs the main process, prompting for the action and initiating the corresponding task.

    Returns Promise<void>

    A Promise that resolves once the selected task is complete.

    Async

Generated using TypeDoc