Skip to content

Commit

Permalink
Add /? alias
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 committed Jul 16, 2024
1 parent 732a522 commit 1c18c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/ClangSharpPInvokeGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static class Program
private static readonly string[] s_withTransparentStructOptionAliases = ["--with-transparent-struct", "-wts"];
private static readonly string[] s_withTypeOptionAliases = ["--with-type", "-wt"];
private static readonly string[] s_withUsingOptionAliases = ["--with-using", "-wu"];
private static readonly string[] s_helpOptionAliases = ["--help", "-?"];
private static readonly string[] s_helpOptionAliases = ["--help", "-?", "/?"];

private static readonly Option<string[]> s_additionalOption = GetAdditionalOption();
private static readonly Option<string[]> s_configOption = GetConfigOption();
Expand Down

0 comments on commit 1c18c94

Please sign in to comment.