fixes, refacts

This commit is contained in:
Paul Schneider 2018-08-05 04:16:21 +02:00
commit 13fde95882
19 changed files with 193 additions and 85 deletions

View file

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