ioium
    Preparing search index...

    Interface TrackCommandOptions

    interface TrackCommandOptions {
        ignoreCode?: boolean | number[];
        text: string;
    }
    Index

    Properties

    Properties

    ignoreCode?: boolean | number[]

    Whether to ignore the command's exit code (or which codes to ignore)

    text: string