Class CommandLineArgumentParser
Inheritance
object
CommandLineArgumentParser
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.Args
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
| Type | Description |
|---|---|
| CommandLineArgs |
Parse(string[])
Declaration
public CommandLineArgs Parse(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args |
Returns
| Type | Description |
|---|---|
| CommandLineArgs |