Class AbpCliOptions
Inheritance
AbpCliOptions
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpCliOptions
Constructors
AbpCliOptions()
Declaration
Properties
AlwaysHideExternalCommandOutput
Declaration
public bool AlwaysHideExternalCommandOutput { get; set; }
Property Value
CacheTemplates
Declaration
public bool CacheTemplates { get; set; }
Property Value
Commands
Declaration
public Dictionary<string, Type> Commands { get; }
Property Value
DisabledModulesToAddToSolution
Declaration
public List<string> DisabledModulesToAddToSolution { get; set; }
Property Value
Declaration
public string ToolName { get; set; }
Property Value
Extension Methods