fixes, refacts
This commit is contained in:
9
cli/Model/ICommander.cs
Normal file
9
cli/Model/ICommander.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Microsoft.Extensions.CommandLineUtils;
|
||||
|
||||
namespace cli.Model
|
||||
{
|
||||
public interface ICommander
|
||||
{
|
||||
CommandLineApplication Integrate(CommandLineApplication rootApp);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user