Class Arg.OptLibrary()->HasOpt
- Description
Parses an option that has a parameter. --foo=bar, -x bar and -x=bar will set the variable to
bar
.- Example
Opt user = HasOpt("--user")|HasOpt("-u");
- Inherit NoOpt
inherit NoOpt : NoOpt
Parses an option that has a parameter. --foo=bar, -x
bar and -x=bar will set the variable to bar
.
Opt user = HasOpt("--user")|HasOpt("-u");
inherit NoOpt : NoOpt