runDubCommandLine

Processes the given command line and executes the appropriate actions.

int
runDubCommandLine
(
string[] args
)

Parameters

args string[]

This command line argument array as received in main. The first entry is considered to be the name of the binary invoked.

Return Value

Type: int

Returns the exit code that is supposed to be returned to the system.

Meta