feat:搭建yi-abp tool框架
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
public List<string> CommandStrs => new List<string> { "version", "v", "-version", "-v" };
|
||||
|
||||
public Task InvokerAsync(Dictionary<string, string> options)
|
||||
public Task InvokerAsync(Dictionary<string, string> options, string[] args)
|
||||
{
|
||||
var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
||||
Console.WriteLine($"Yi-ABP TOOL {version}");
|
||||
|
||||
Reference in New Issue
Block a user