Go to repository
Internal

Interface GeneralOptions

The general program options.

interface GeneralOptions {
    debug?: boolean;
    silent?: boolean;
    type?: string;
}

Properties

Properties

Optional
debug?: boolean
Optional
silent?: boolean
Optional
type?: string