This interface describes options, that every script must provide.

interface CommonOptions {
    help: boolean;
    verbose: boolean;
}

Properties

Properties

help: boolean

Shows the respective help including usage examples, see processCommandLineArgs or helpForOptions for more information.

verbose: boolean

Enables the most verbose logging option available.