namespace MycroForge.Core; public abstract class RootCommand : System.CommandLine.RootCommand { protected RootCommand(string description = "") : base(description) { } }