using System.CommandLine; namespace MycroForge.CLI.Commands.Interfaces; public interface ISubCommandOf where T : Command { }