feat:搭建yi-abp tool框架
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Yi.Abp.Tool.Commands
|
||||
{
|
||||
public List<string> CommandStrs => new List<string> { "h", "help", "-h", "-help" };
|
||||
|
||||
public Task InvokerAsync(Dictionary<string, string> options)
|
||||
public Task InvokerAsync(Dictionary<string, string> options, string[] args)
|
||||
{
|
||||
string? errorMsg = null;
|
||||
if (options.TryGetValue("error", out _))
|
||||
|
||||
Reference in New Issue
Block a user