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
IfRegexMatch( "-ifRegexMatch", "Conditional evaluation of an argument if a java system property matches a regular expression", newArgDef(Type.String, "javaProperty"), newArgDef(Type.String, "regex"), newArgDef(Type.String, "thenArg"), newArgDef(Type.String, "elseArg")),
196
196
DefineMacro( "-D([^=]*)(?:=(.*))?", "Define a macro symbol", newArgDef(Type.String, "name"), newArgDef(Type.String, "value")),
197
+
DefineType( "-T([^=]*)(?:=(.*))?", "Define a type symbol", newArgDef(Type.String, "name"), newArgDef(Type.String, "value")),
RootPackage( "-root(?:Package)?", "Define the root package for all output classes", newArgDef(Type.String, "package")),
199
200
CurrentLibrary( "-library", "Define the name of the output library. This is a state parameter, it will affect all files listed after it, until another -library switch is provided. It does not affect sources included from a project file (Visual Studio...).\n" +
0 commit comments