-
Home
-
API
-
XenoAtom.CommandLine
-
HelpOption
-
Constructors
-
HelpOption(String, String)
HelpOption(String, String) Constructor
Definition
Represents a help option with the following default aliases: -h, -?, --help
public HelpOption(string prototype = "h|?|help", string help = "Show this message and exit")
Parameters