5 references to ToolRunCommandParser
dotnet (4)
Commands\Tool\Run\ToolRunCommand.cs (3)
17private readonly string? _toolCommandName = result.GetValue(ToolRunCommandParser.CommandNameArgument); 18private readonly IEnumerable<string>? _forwardArgument = result.GetValue(ToolRunCommandParser.CommandArgument); 21public bool _allowRollForward = result.GetValue(ToolRunCommandParser.RollForwardOption);
Commands\Tool\ToolCommandParser.cs (1)
38command.Subcommands.Add(ToolRunCommandParser.GetCommand());
dotnet.Tests (1)
CommandTests\Tool\Run\ToolRunParserTests.cs (1)
24var packageId = result.GetValue<string>(ToolRunCommandParser.CommandNameArgument);