Summary
Parses the specified arguments.
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .CommandLine - Containing Type
- ICommandLine
Syntax
ICommandLineExecutor Parse(params string[] args)
Parameters
| Name | Type | Description |
|---|---|---|
| args | string[] | The arguments. |
Return Value
| Type | Description |
|---|---|
| ICommandLineExecutor | ICommandLineExecutor. |
