Interface ProcessedCommandLineArgs

The type returned by the commandLineArguments function. This type must change if the CommandLineOptionDefs changes.

interface ProcessedCommandLineArgs {
    advanceMessageInterval: undefined | TimeValue;
    fast: undefined | boolean;
    help: boolean;
    id: undefined | string;
    keepalive: undefined | boolean;
    logging: undefined | LogLevel;
    timeout: undefined | null | TimeValue;
}

Properties

advanceMessageInterval: undefined | TimeValue
fast: undefined | boolean
help: boolean
id: undefined | string
keepalive: undefined | boolean
logging: undefined | LogLevel
timeout: undefined | null | TimeValue