You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Option('l',"language",Default="CSharp",HelpText="The target language for the generated code files. The values can be: Android, Java, ObjC, CSharp, PHP, Python, TypeScript, or GraphEndpointList")]
35
38
publicstringLanguage{get;set;}
@@ -50,6 +53,12 @@ class Options
50
53
"the output code files by cleaning the input metadata, parsing the documentation, and adding annotations before generating the output files. Metadata generation mode"+
51
54
"produces an output metadata file by cleaning metadata, documentation parsing, and adding documentation annotations. Files generation mode produces code files from"+
52
55
"an input metadata and bypasses the cleaning, documentation parsing, and adding documentation annotations.")]
53
-
publicGenerationModeGenerateMode{get;set;}
56
+
publicGenerationModeGenerationMode{get;set;}
57
+
58
+
[Option('f',"outputMetadataFileName",Default="cleanMetadataWithDescriptions",HelpText="The output metadata filename. Only applicable for GenerationMode.Metadata.")]
59
+
publicstringOutputMetadataFileName{get;set;}
60
+
61
+
[Option('e',"endpointVersion",Default="v1.0",HelpText="The endpoint version. Expected values are 'v1.0' and 'beta'. Only applicable for GenerationMode.Metadata.")]
0 commit comments