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