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
varoutputOption=newOption<FileInfo>("--output",()=>newFileInfo("./output"),"The output directory path for the generated file."){Arity=ArgumentArity.ZeroOrOne};
26
26
outputOption.AddAlias("-o");
27
27
28
+
varcleanOutputOption=newOption<bool>("--clean-output","Overwrite an existing file");
0 commit comments