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