@tikoci/centrs
    Preparing search index...

    Interface ExecuteRequestSummary

    interface ExecuteRequestSummary {
        canonical?: CanonicalExecuteCommand;
        command: string;
        format: "text" | "json" | "yaml";
        maxResultsBytes?: number;
        timeoutMs: number;
        validate: boolean;
        verbose: boolean;
        write: boolean;
        yes: boolean;
    }
    Index

    Properties

    canonical?: CanonicalExecuteCommand
    command: string
    format: "text" | "json" | "yaml"
    maxResultsBytes?: number
    timeoutMs: number
    validate: boolean
    verbose: boolean
    write: boolean
    yes: boolean