Main class for handling the execution of a task.

Constructors

Properties

Methods

Constructors

  • Creates an instance of _Main.

    Parameters

    • taskName: string

      The name of the task to run.

    • projectName: undefined | string

      The name of the project (optional).

    • otherArguments: Record<string, string | number>

      Additional arguments for the task.

    Returns Cli.Commands.Run.Main

Properties

otherArguments: Record<string, string | number>

Additional arguments for the task.

projectName: undefined | string

The name of the project (optional).

taskName: string

The name of the task to run.

Methods

  • Runs the main process for executing the task.

    Returns Promise<void>

    A Promise that resolves once the task execution is complete.

    Async

Generated using TypeDoc