This commit is contained in:
2018-07-30 11:21:57 +02:00
parent b4048ee769
commit 3bdecc556c
6 changed files with 100 additions and 12 deletions

View File

@ -1,4 +1,6 @@
public interface ICliTAsk
{
using Microsoft.Extensions.CommandLineUtils;
}
public interface ICliCommand
{
CommandLineApplication Integrates(CommandLineApplication rootApp);
}