feat: 完成tool搭建

This commit is contained in:
橙子
2024-11-05 22:12:30 +08:00
parent c944bd3b0e
commit d83db53acb
8 changed files with 352 additions and 336 deletions

View File

@@ -12,7 +12,8 @@ namespace Yi.Abp.Tool
{
public string Command { get; }
Task CommandLineApplicationAsync(CommandLineApplication application);
public string? Description { get; }
void CommandLineApplication(CommandLineApplication application);
}
}