7 lines
138 B
C#
7 lines
138 B
C#
using System.CommandLine;
|
|
|
|
namespace MicroForge.CLI.Commands.Interfaces;
|
|
|
|
public interface ISubCommandOf<T> where T : Command
|
|
{
|
|
} |