@runloop/api-client - v1.4.0
    Preparing search index...

    Interface CommandScoringFunction

    CommandScoringFunction executes a single command and checks the result.The output of the command will be printed. Scoring will passed if the command returns status code 0, otherwise it will be failed.

    interface CommandScoringFunction {
        type: "command_scorer";
        command?: string;
    }
    Index

    Properties

    Properties

    type: "command_scorer"
    command?: string

    The command to execute.