Class CommandLineArgumentParser
Inheritance
CommandLineArgumentParser
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class CommandLineArgumentParser : ICommandLineArgumentParser, ITransientDependency
Constructors
CommandLineArgumentParser()
Declaration
public CommandLineArgumentParser()
Methods
Parse(string)
Declaration
public CommandLineArgs Parse(string lineText)
Parameters
Type |
Name |
Description |
string |
lineText |
|
Returns
Parse(string[])
Declaration
public CommandLineArgs Parse(string[] args)
Parameters
Type |
Name |
Description |
string[] |
args |
|
Returns
Implements
Extension Methods