We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5b1955 + 6511df3 commit 7258dd5Copy full SHA for 7258dd5
Src/CSharpier.Cli/FormattingCommands.cs
@@ -198,7 +198,7 @@ private static Argument<string[]> AddDirectoryOrFileArgument(Command command)
198
{
199
Arity = ArgumentArity.ZeroOrMore,
200
Description =
201
- "One or more paths to a directory containing C# files to format or a C# file to format. It may be ommited when piping data via stdin.",
+ "One or more paths to - a directory containing files to format or a specific file to format. May be omitted when piping data via stdin.",
202
}.LegalFilePathsOnly();
203
command.AddArgument(argument);
204
command.AddValidator(commandResult =>
0 commit comments