Type alias WithMisc

WithMisc: {
    envVar?: string;
}

Defines miscellaneous attributes.

Type declaration

  • Optional Readonly envVar?: string

    The name of an environment variable to read from, if the option is not specified in the command-line.