mycroforge/MycroForge.Core/Contract/ISubCommandOf.cs

7 lines
128 B
C#

using System.CommandLine;
namespace MycroForge.Core.Contract;
public interface ISubCommandOf<T> where T : Command
{
}