3 references to InteractiveOption
dotnet (3)
Commands\Tool\Execute\ToolExecuteCommand.cs (2)
31private readonly bool _interactive = result.GetValue(ToolExecuteCommandParser.InteractiveOption); 38Interactive: result.GetValue(ToolExecuteCommandParser.InteractiveOption));
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
47command.Options.Add(InteractiveOption);