Class ListTemplatesCommand
Inheritance
ListTemplatesCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ListTemplatesCommand : IConsoleCommand, ITransientDependency
Constructors
ListTemplatesCommand(CliHttpClientFactory, IJsonSerializer, ICancellationTokenProvider, IRemoteServiceExceptionHandler)
Declaration
public ListTemplatesCommand(CliHttpClientFactory cliHttpClientFactory, IJsonSerializer jsonSerializer, ICancellationTokenProvider cancellationTokenProvider, IRemoteServiceExceptionHandler remoteServiceExceptionHandler)
Parameters
Fields
Name
Declaration
public const string Name = "list-templates"
Field Value
Properties
Logger
Declaration
public ILogger<ListTemplatesCommand> 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