3 references to FileOption
dotnet (3)
Commands\Run\RunCommand.cs (2)
636
string? fileOption = parseResult.GetValue(RunCommandParser.
FileOption
);
640
throw new GracefulException(CliCommandStrings.CannotCombineOptions, RunCommandParser.ProjectOption.Name, RunCommandParser.
FileOption
.Name);
Commands\Run\RunCommandParser.cs (1)
94
command.Options.Add(
FileOption
);