This commit is contained in:
Paul Schneider 2018-07-30 11:21:57 +02:00
commit 6e5b27d2f0
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);
}