Interface ICommandLineArgumentParser
Namespace: Volo.Abp.Cli.Args
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public interface ICommandLineArgumentParser
Methods
Parse(string)
Declaration
CommandLineArgs Parse(string lineText)
Parameters
Type | Name | Description |
---|---|---|
string | lineText |
Returns
Type | Description |
---|---|
CommandLineArgs |
Parse(string[])
Declaration
CommandLineArgs Parse(string[] args)
Parameters
Type | Name | Description |
---|---|---|
string[] | args |
Returns
Type | Description |
---|---|
CommandLineArgs |