Class CliCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class CliCommand : IConsoleCommand, ITransientDependency
Constructors
CliCommand(ICmdHelper, PackageVersionCheckerService, AbpNuGetIndexUrlService)
Declaration
public CliCommand(ICmdHelper cmdHelper, PackageVersionCheckerService packageVersionCheckerService, AbpNuGetIndexUrlService nuGetIndexUrlService)
Parameters
Fields
Name
Declaration
public const string Name = "cli"
Field Value
Properties
Logger
Declaration
public ILogger<CliCommand> Logger { get; set; }
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