style: 优化abp-cli提示

This commit is contained in:
chenchun
2024-11-29 15:25:16 +08:00
parent f656ec32c1
commit da2f7073f9
3 changed files with 10 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ namespace Yi.Abp.Tool.Commands
{
application.OnExecute(() =>
{
Console.WriteLine("正在克隆,请耐心等待");
StartCmd($"git clone {CloneAddress}");
return 0;
});