Skip to content

Commit

Permalink
Merge pull request #96 from nenoNaninu/fix_cli_help
Browse files Browse the repository at this point in the history
fix CLI help
  • Loading branch information
nenoNaninu authored Apr 20, 2023
2 parents 543c2a5 + fb469aa commit 484591c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypedSignalR.Client.TypeScript.Generator/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public async Task Transpile(
SerializerOption serializer = SerializerOption.Json,
[Option("n", "camelCase (default) / PascalCase / none (The name in C# is used as it is.)")]
NamingStyle namingStyle = NamingStyle.CamelCase,
[Option("en", "value (default) / nameString / nameCamel / NamePascal / union / unionCamel / UnionPascal")]
[Option("en", "value (default) / name / nameCamel / NamePascal / union / unionCamel / UnionPascal")]
EnumStyle @enum = EnumStyle.Value,
[Option("m", "camelCase (default) / PascalCase / none (The name in C# is used as it is.)")]
MethodStyle method = MethodStyle.CamelCase,
Expand Down

0 comments on commit 484591c

Please sign in to comment.