UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

33 lines (32 loc) 1.18 kB
declare const command: { readonly options: {}; readonly configs: { readonly enableGradleEnterprise: { readonly cli: { readonly type: BooleanConstructor; }; readonly prompt: { readonly type: "confirm"; readonly message: "Do you want to enable Gradle Enterprise integration?"; }; readonly default: false; readonly description: "Enable Gradle Enterprise integration"; readonly scope: "storage"; }; readonly gradleEnterpriseHost: { readonly cli: { readonly type: StringConstructor; }; readonly prompt: { readonly when: (answers: any) => any; readonly type: "input"; readonly message: "Enter your Gradle Enterprise host"; readonly validate: (input: any) => true | "Please enter your Gradle Enterprise host"; }; readonly description: "Gradle Enterprise Host"; readonly scope: "storage"; }; }; readonly import: readonly []; }; export default command;