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