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
vardescriptionOption=newOption<string>("--openapi","Input OpenAPI description file path or URL");
20
20
descriptionOption.AddAlias("-d");
21
21
22
-
varcsdlOption=newOption("--csdl","Input CSDL file path or URL",typeof(string));
22
+
varcsdlOption=newOption<string>("--csdl","Input CSDL file path or URL");
23
23
csdlOption.AddAlias("-cs");
24
24
25
25
varoutputOption=newOption<FileInfo>("--output",()=>newFileInfo("./output"),"The output directory path for the generated file."){Arity=ArgumentArity.ZeroOrOne};
0 commit comments