Interface IConsoleCommand
Namespace: Volo.Abp.Cli.Commands
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public interface IConsoleCommand
Methods
ExecuteAsync(CommandLineArgs)
Declaration
Task ExecuteAsync(CommandLineArgs commandLineArgs)
Parameters
Type | Name | Description |
---|---|---|
CommandLineArgs | commandLineArgs |
Returns
Type | Description |
---|---|
Task |
GetUsageInfo()
Declaration
string GetUsageInfo()
Returns
Type | Description |
---|---|
string |