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 |
GetShortDescription()
Declaration
string GetShortDescription()
Returns
| Type | Description |
|---|---|
| string |
GetUsageInfo()
Declaration
string GetUsageInfo()
Returns
| Type | Description |
|---|---|
| string |