Class PreparedApp

Hierarchy

  • PreparedApp

Constructors

Properties

Methods

Constructors

Properties

dir: string

Methods

  • Parameters

    • shellCommand: string
    • Optional opts: {
          env?: Record<string, string>;
      }
      • Optional env?: Record<string, string>

    Returns Promise<{
        exitCode: number;
        output: string;
        stderr: string;
        stdout: string;
    }>

Generated using TypeDoc