Class HelpCommand
Inheritance
System.Object
HelpCommand
Implements
ITransientDependency
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class HelpCommand : object, IConsoleCommand, ITransientDependency
Constructors
HelpCommand(IOptions<AbpCliOptions>, IHybridServiceScopeFactory)
Declaration
public HelpCommand(IOptions<AbpCliOptions> cliOptions, IHybridServiceScopeFactory serviceScopeFactory)
Parameters
Type |
Name |
Description |
IOptions<AbpCliOptions> |
cliOptions |
|
IHybridServiceScopeFactory |
serviceScopeFactory |
|
Properties
AbpCliOptions
Declaration
protected AbpCliOptions AbpCliOptions { get; }
Property Value
Logger
Declaration
public ILogger<HelpCommand> Logger { get; set; }
Property Value
ServiceScopeFactory
Declaration
protected IHybridServiceScopeFactory ServiceScopeFactory { get; }
Property Value
Type |
Description |
IHybridServiceScopeFactory |
|
Methods
ExecuteAsync(CommandLineArgs)
Declaration
public Task ExecuteAsync(CommandLineArgs commandLineArgs)
Parameters
Returns
GetShortDescription()
Declaration
public string GetShortDescription()
Returns
Type |
Description |
System.String |
|
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
Type |
Description |
System.String |
|
Implements
ITransientDependency
Extension Methods