Class HelpCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class HelpCommand : IConsoleCommand, ITransientDependency
Constructors
HelpCommand(IOptions<AbpCliOptions>, IServiceScopeFactory)
Declaration
public HelpCommand(IOptions<AbpCliOptions> cliOptions, IServiceScopeFactory serviceScopeFactory)
Parameters
Fields
Name
Declaration
public const string Name = "help"
Field Value
Properties
AbpCliOptions
Declaration
protected AbpCliOptions AbpCliOptions { get; }
Property Value
Logger
Declaration
public ILogger<HelpCommand> Logger { get; set; }
Property Value
ServiceScopeFactory
Declaration
protected IServiceScopeFactory ServiceScopeFactory { 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