2 references to InteractiveOption
dotnet-aot (1)
parent\dotnet\Commands\Run\AotRunCommand.cs (1)
294globalProperties["NuGetInteractive"] = parseResult.GetValue(definition.InteractiveOption) ? "true" : "false";
Microsoft.DotNet.Cli.Definitions (1)
Commands\Run\RunCommandDefinition.cs (1)
116Options.Add(InteractiveOption);