public sealed record CadPromptState(string Prompt, string? ActiveCommand, bool IsActive, int ActiveParameterIndex, string? ParameterHelp, IReadOnlyList<CadCommandCompletionItem> Completions, string? LastMessage) : IEquatable<CadPromptState>
kind:method, kind:property, kind:ctor. Press Esc to clear.