Class ListModulesCommand
Inheritance
ListModulesCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ListModulesCommand : IConsoleCommand, ITransientDependency
Constructors
ListModulesCommand(ModuleInfoProvider)
Declaration
public ListModulesCommand(ModuleInfoProvider moduleInfoProvider)
Parameters
Fields
Name
Declaration
public const string Name = "list-modules"
Field Value
Properties
Logger
Declaration
public ILogger<ListModulesCommand> Logger { get; set; }
Property Value
ModuleInfoProvider
Declaration
public ModuleInfoProvider ModuleInfoProvider { get; }
Property Value
Methods
ExecuteAsync(CommandLineArgs)
Declaration
public Task ExecuteAsync(CommandLineArgs commandLineArgs)
Parameters
Returns
GetShortDescription()
Declaration
public static string GetShortDescription()
Returns
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
Implements
Extension Methods