9 references to NonInteractiveOption
aspire (7)
Commands\BaseCommand.cs (1)
313
var nonInteractive = result.GetValue(RootCommand.
NonInteractiveOption
);
Commands\RootCommand.cs (1)
188
Options.Add(
NonInteractiveOption
);
Commands\RunCommand.cs (2)
218
var nonInteractive = parseResult.GetValue(RootCommand.
NonInteractiveOption
);
230
RootCommand.
NonInteractiveOption
);
Commands\StartCommand.cs (2)
73
var nonInteractive = parseResult.GetValue(RootCommand.
NonInteractiveOption
);
86
RootCommand.
NonInteractiveOption
);
Commands\UpdateCommand.cs (1)
680
var nonInteractive = parseResult.GetValue(RootCommand.
NonInteractiveOption
);
Aspire.Cli.Tests (2)
Commands\ParseResultHelperTests.cs (2)
224
Assert.True(childParseResult.GetValue(RootCommand.
NonInteractiveOption
));
247
Assert.True(childParseResult.GetValue(RootCommand.
NonInteractiveOption
));