small refactor
This commit is contained in:
parent
81a07e6dba
commit
f2d97b267a
@ -12,7 +12,7 @@ export default interface IGenerationOptions {
|
||||
convertCaseFile: "pascal" | "param" | "camel" | "none";
|
||||
convertCaseEntity: "pascal" | "camel" | "none";
|
||||
convertCaseProperty: "pascal" | "camel" | "none";
|
||||
convertEol: string;
|
||||
convertEol: "LF" | "CRLF";
|
||||
propertyVisibility: "public" | "protected" | "private" | "none";
|
||||
lazy: boolean;
|
||||
activeRecord: boolean;
|
||||
|
@ -531,7 +531,7 @@ async function useInquirer(options: options): Promise<options> {
|
||||
defaultGenerationOptions.convertCaseFile
|
||||
},
|
||||
{
|
||||
name: "Change EOL to be \\n or \\r\\n",
|
||||
name: "Use specific EOL character",
|
||||
value: "converteol",
|
||||
checked: false
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user