Function shellSpawnProgram

  • Parameters

    • command: string

      The program to execute.

    • Rest ...args: string[]

      The arguments to pass to the program.

    Returns Promise<string>

Generated using TypeDoc