CommandLineParser

Parses the command line arguments.

Namespace:
Inetdev.CLI
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
Yes
Inherits from:
System.Object

Methods

ParseArguments

Parses the arguments from the command line into a CommandArgs.

Signature:
public CommandArgs ParseArguments(args)
Returns

A CommandArgs modeling the commmand line.

Parameters
Name Type Summary
args String[] Command line arguments.
Exceptions
Type Summary
CommandException Thrown when more that one command name was specified in the command line.

In this document