refact
This commit is contained in:
parent
9c736f6059
commit
6e5b27d2f0
6 changed files with 100 additions and 12 deletions
|
|
@ -1,4 +1,6 @@
|
|||
public interface ICliTAsk
|
||||
{
|
||||
using Microsoft.Extensions.CommandLineUtils;
|
||||
|
||||
}
|
||||
public interface ICliCommand
|
||||
{
|
||||
CommandLineApplication Integrates(CommandLineApplication rootApp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue