Class AbpCommandLineOptions
Inheritance
System.Object
AbpCommandLineOptions
Namespace: Volo.Abp.Cli.Args
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpCommandLineOptions : Dictionary<string, string>
Methods
GetOrNull(String, String[])
Declaration
public string GetOrNull(string name, params string[] alternativeNames)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.String[] | alternativeNames |
Returns
| Type | Description |
|---|---|
| System.String |