Go to repository
Internal

Type Alias GeneralOptionsWithTest

GeneralOptionsWithTest: GeneralOptions & {
    test?: boolean;
}

The general program options with the "--test" option added.