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