5 references to DebugOption
aspire (5)
Commands\PipelineCommandBase.cs (1)
110
var debugMode = parseResult.GetValue(RootCommand.
DebugOption
);
Commands\RootCommand.cs (3)
76
(
DebugOption
, pr => pr.GetValue(
DebugOption
) ? ["--debug"] : null),
165
Options.Add(
DebugOption
);
Commands\RunCommand.cs (1)
248
Debug = parseResult.GetValue(RootCommand.
DebugOption
),