3 references to InteractiveOption
dotnet (3)
Commands\Hidden\List\Package\ListPackageCommandParser.cs (1)
35command.Options.Add(PackageListCommandParser.InteractiveOption);
Commands\Package\List\PackageListCommand.cs (1)
39bool interactive = _parseResult.GetValue((Option<bool>)PackageListCommandParser.InteractiveOption);
Commands\Package\List\PackageListCommandParser.cs (1)
121command.Options.Add(InteractiveOption);