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