Forge
csharpdeeb25a2
1#nullable enable
2
3namespace CascadeIDE.Features.Cockpit;
4
5/// <summary>Активный host Cockpit Command Line (ADR 0138).</summary>
6public enum CockpitCommandLineHostKind
7{
8 Intercom,
9 Editor,
10}
11
View only · write via MCP/CIDE