Resolve #9452
@ -12,5 +12,10 @@ namespace Volo.Abp.Cli.Commands
: base(cliService)
{
}
public override string GetShortDescription()
return "Generates Angular service proxies and DTOs to consume HTTP APIs.";
@ -140,10 +140,7 @@ namespace Volo.Abp.Cli.Commands
return sb.ToString();
public string GetShortDescription()
public abstract string GetShortDescription();
public static class Options
@ -12,5 +12,10 @@
return "Remove Angular service proxies and DTOs to consume HTTP APIs.";