Method | Description | |
---|---|---|
GetCopyrightText ( ) : string |
Gets the copyright text.
|
|
GetUsageText ( ) : string |
Gets usage information text.
|
|
Main ( string args ) : void |
Application entry point.
|
|
Run ( ILogger logger, |
Runs NArrange using the specified arguments.
|
Method | Description | |
---|---|---|
WriteUsage ( ) : void |
Writes usage information to the console.
|
public static Main ( string args ) : void | ||
args | string | Command argument strings. |
return | void |
public static Run ( ILogger logger, |
||
logger | ILogger | Logger for messages. |
commandArgs | Command arguments. | |
return | bool |