Class GetSourceCommand
Inheritance
System.Object
GetSourceCommand
Implements
ITransientDependency
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GetSourceCommand : object, IConsoleCommand, ITransientDependency
Constructors
GetSourceCommand(ModuleProjectBuilder, SourceCodeDownloadService)
Declaration
public GetSourceCommand(ModuleProjectBuilder moduleProjectBuilder, SourceCodeDownloadService sourceCodeDownloadService)
Parameters
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 string GetShortDescription()
Returns
Type |
Description |
System.String |
|
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
Type |
Description |
System.String |
|
Implements
ITransientDependency
Extension Methods