Interface ParseOptions

interface ParseOptions {
    ignoreExit?: boolean;
    issueEntry?: string;
}

Properties

ignoreExit?: boolean

If set, the exit codes of sub-shells are ignored

issueEntry?: string

Override the entry point used for computing issue messages