Class AbpCliOptions
Inheritance
System.Object
AbpCliOptions
Namespace: Volo.Abp.Cli
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpCliOptions : object
Constructors
AbpCliOptions()
Declaration
public AbpCliOptions()
Properties
CacheTemplates
Default value: true.
Declaration
public bool CacheTemplates { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Commands
Declaration
public Dictionary<string, Type> Commands { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, Type> |
ToolName
Default value: "CLI".
Declaration
public string ToolName { get; set; }
Property Value
Type | Description |
---|---|
System.String |