Class CommandLineArgumentParser
Inheritance
System.Object
CommandLineArgumentParser
Namespace: Volo.Abp.Cli.Args
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class CommandLineArgumentParser : object, ICommandLineArgumentParser, ITransientDependency
Methods
Parse(String[])
Declaration
public CommandLineArgs Parse(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | args |
Returns
| Type | Description |
|---|---|
| CommandLineArgs |
Implements
ITransientDependency