t_script: {
    cmd: string[];
    env: boolean;
    name: string;
}

Script

Type declaration

  • cmd: string[]

    Command to execute

  • env: boolean

    Additional environment variables to set before launching script

  • name: string

    User-friendly name of the script

Generated using TypeDoc