Method | Description | |
---|---|---|
AddHelpArgument ( string argNames, string helpMsg ) : void | ||
AddOptionalArgumentWithInput ( string argName, string helpMsg, string>.Action |
||
AddOptionalArgumentWithoutInput ( string argName, string helpMsg, string>.Action |
||
AddRequiredArgumentWithInput ( string argName, string helpMsg, string>.Action |
||
CommandLineParser ( |
||
HandleCommandLineArgs ( string args ) : bool |
Method | Description | |
---|---|---|
AddArgument ( string argNames, string helpMsg, bool consumesNextArg, bool required, bool isHelp, string>.Action |
||
OutputHelpMessage ( ) : void | ||
OutputHelpMessage ( ArgumentHelper option, bool required, bool input ) : void |
public AddHelpArgument ( string argNames, string helpMsg ) : void | ||
argNames | string | |
helpMsg | string | |
return | void |
public AddOptionalArgumentWithInput ( string argName, string helpMsg, string>.Action |
||
argName | string | |
helpMsg | string | |
handler | string>.Action | |
return | void |
public AddOptionalArgumentWithoutInput ( string argName, string helpMsg, string>.Action |
||
argName | string | |
helpMsg | string | |
handler | string>.Action | |
return | void |
public AddRequiredArgumentWithInput ( string argName, string helpMsg, string>.Action |
||
argName | string | |
helpMsg | string | |
handler | string>.Action | |
return | void |
public CommandLineParser ( |
||
worker | ||
return | System |
public HandleCommandLineArgs ( string args ) : bool | ||
args | string | |
return | bool |