2 references to FormatArguments
dotnet (2)
Commands\DotNetCommandFactory.cs (2)
121FormatArguments(RemoveFirst(args, supportedArgument)); 123private static string FormatUnrecognizedArguments(IEnumerable<string> args) => FormatArguments(args);