Method | Description | |
---|---|---|
AddCommand ( string module, bool shared, string command, string help, string longhelp, CommandDelegate fn ) : void |
Add a command to those which can be invoked from the console.
|
|
AddCommand ( string module, bool shared, string command, string help, string longhelp, string descriptivehelp, CommandDelegate fn ) : void |
Add a command to those which can be invoked from the console.
|
|
FindNextOption ( string cmd, bool term ) : string[] | ||
FromXml ( |
||
GetHelp ( string cmd ) : List |
Get help for the given help string
|
|
GetXml ( |
||
Resolve ( string cmd ) : string[] |
Method | Description | |
---|---|---|
CollectHelp ( object>.Dictionary |
||
CollectHelp ( List |
See if we can find the requested command in order to display longer help
|
|
ProcessTreeLevel ( object>.Dictionary |
||
ReadTreeLevel ( object>.Dictionary |
public AddCommand ( string module, bool shared, string command, string help, string longhelp, CommandDelegate fn ) : void | ||
module | string | |
shared | bool | |
command | string | |
help | string | |
longhelp | string | |
fn | CommandDelegate | |
return | void |
public AddCommand ( string module, bool shared, string command, string help, string longhelp, string descriptivehelp, CommandDelegate fn ) : void | ||
module | string | |
shared | bool | |
command | string | |
help | string | |
longhelp | string | |
descriptivehelp | string | |
fn | CommandDelegate | |
return | void |
public FindNextOption ( string cmd, bool term ) : string[] | ||
cmd | string | |
term | bool | |
return | string[] |
public FromXml ( |
||
root | ||
fn | CommandDelegate | |
return | void |
public GetXml ( |
||
doc | ||
return |