yavsc/cli/Misc/ICliCommander.cs

6 lines
150 B
C#
Raw Normal View History

2018-07-30 11:21:57 +02:00
using Microsoft.Extensions.CommandLineUtils;
2018-07-28 01:55:13 +02:00
2018-07-30 11:21:57 +02:00
public interface ICliCommand
{
CommandLineApplication Integrates(CommandLineApplication rootApp);
}