Class AbpCliOptions
Inheritance
object
AbpCliOptions
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
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpCliOptions
Constructors
AbpCliOptions()
Declaration
public AbpCliOptions()
Properties
AlwaysHideExternalCommandOutput
Declaration
public bool AlwaysHideExternalCommandOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
CacheTemplates
Declaration
public bool CacheTemplates { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Commands
Declaration
public Dictionary<string, Type> Commands { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, System.Type> |
DisabledModulesToAddToSolution
Declaration
public List<string> DisabledModulesToAddToSolution { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
ToolName
Declaration
public string ToolName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |