Class GetSourceCommand
Inheritance
GetSourceCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GetSourceCommand : IConsoleCommand, ITransientDependency
Constructors
GetSourceCommand(ModuleProjectBuilder, SourceCodeDownloadService)
Declaration
public GetSourceCommand(ModuleProjectBuilder moduleProjectBuilder, SourceCodeDownloadService sourceCodeDownloadService)
Parameters
Fields
Name
Declaration
public const string Name = "get-source"
Field Value
Properties
Logger
Declaration
public ILogger<NewCommand> Logger { get; set; }
Property Value
ModuleProjectBuilder
Declaration
public ModuleProjectBuilder ModuleProjectBuilder { 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