refact
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
public interface ICliTAsk
|
||||
{
|
||||
using Microsoft.Extensions.CommandLineUtils;
|
||||
|
||||
}
|
||||
public interface ICliCommand
|
||||
{
|
||||
CommandLineApplication Integrates(CommandLineApplication rootApp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user