We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ca0b5c + 5ad9779 commit 941bb43Copy full SHA for 941bb43
src/dotnet-bootstrapper/BootstrapperCommandParser.cs
@@ -24,7 +24,7 @@ static BootstrapperCommandParser()
24
BootstrapperRootCommand.AddCommand(CommandLineConfigs.ListCommand);
25
BootstrapperRootCommand.AddCommand(CommandLineConfigs.RemoveCommand);
26
BootstrapperRootCommand.AddCommand(HelpCommand);
27
- VersionCommand.Handler = CommandHandler.Create(() =>
+ HelpCommand.Handler = CommandHandler.Create(() =>
28
{
29
Console.WriteLine(LocalizableStrings.BootstrapperHelp);
30
});
0 commit comments