Skip to content

Commit

Permalink
chore: Show application description at the top of usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Capella87 committed Nov 27, 2024
1 parent 668525b commit f1535d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FixNormalization/Arguments/RootArguments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
namespace FixNormalization.Arguments;

[GeneratedParser]
[Description("Fix Unicode normalization of filenames.")]
internal sealed partial class RootArguments
{
[CommandLineArgument(IsPositional = true, CancelParsing = CancelMode.Success)]
Expand Down

0 comments on commit f1535d3

Please sign in to comment.