7 lines
128 B
C#
7 lines
128 B
C#
using System.CommandLine;
|
|
|
|
namespace MycroForge.Core.Contract;
|
|
|
|
public interface ISubCommandOf<T> where T : Command
|
|
{
|
|
} |