Parses the command line arguments.
Parses the arguments from the command line into a CommandArgs.
public CommandArgs ParseArguments(args)A CommandArgs modeling the commmand line.
| Name | Type | Summary |
|---|---|---|
| args | String[] | Command line arguments. |
| Type | Summary |
|---|---|
| CommandException | Thrown when more that one command name was specified in the command line. |
In this document