Forge
csharp4405de34
1#nullable enable
2
3namespace CascadeIDE.Features.Cockpit;
4
5public readonly record struct CockpitCommandLineCommitResult(
6 bool Handled,
7 bool Success,
8 string? UserMessage);
9
View only · write via MCP/CIDE