7 lines
150 B
C#
7 lines
150 B
C#
using Microsoft.Extensions.CommandLineUtils;
|
|
|
|
public interface ICliCommand
|
|
{
|
|
CommandLineApplication Integrates(CommandLineApplication rootApp);
|
|
}
|