4 references to DebugOption
aspire (4)
Commands\PipelineCommandBase.cs (1)
105
var debugMode = parseResult.GetValue(RootCommand.
DebugOption
);
Commands\RootCommand.cs (1)
116
Options.Add(
DebugOption
);
Commands\RunCommand.cs (2)
231
Debug = parseResult.GetValue(RootCommand.
DebugOption
),
672
if (parseResult.GetValue(RootCommand.
DebugOption
))