feat: 完成tool

This commit is contained in:
chenchun
2024-11-08 12:35:54 +08:00
parent e832921edf
commit f3c5d0862b
7 changed files with 21 additions and 30 deletions

View File

@@ -17,6 +17,7 @@ namespace Yi.Abp.Tool.Commands
public void CommandLineApplication(CommandLineApplication application)
{
application.HelpOption("-h|--help");
List<string> delDirBlacklist = ["obj", "bin"];
var pathOption= application.Option("-path", "路径",CommandOptionType.SingleValue);