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