fixes, refacts
This commit is contained in:
parent
f5e2f6ffa9
commit
13fde95882
19 changed files with 193 additions and 85 deletions
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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue