public sealed record CadCommandSyntax(string Usage, string Description, IReadOnlyList<CadCommandParameterDescriptor> Parameters, IReadOnlyList<CadCommandKeywordDescriptor> Keywords, string? BranchId = null) : IEquatable<CadCommandSyntax>
kind:method, kind:property, kind:ctor. Press Esc to clear.