3 references to InteractiveOption
dotnet (1)
Commands\Run\RunCommand.cs (1)
904interactive: parseResult.GetValue(definition.InteractiveOption),
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Run\AotRunCommand.cs (1)
254globalProperties["NuGetInteractive"] = parseResult.GetValue(definition.InteractiveOption) ? "true" : "false";
Microsoft.DotNet.Cli.Definitions (1)
Commands\Run\RunCommandDefinition.cs (1)
116Options.Add(InteractiveOption);