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