Skip to content

Commit 7c96b5a

Browse files
authored
fix/npm-publish-nil-pointer-dereference (#3299)
1 parent 8aced3f commit 7c96b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildtools/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ func GetCommands() []cli.Command {
359359
},
360360
{
361361
Name: "conan",
362-
Hidden: true,
362+
Hidden: false,
363363
Flags: cliutils.GetCommandFlags(cliutils.Conan),
364364
Usage: conan.GetDescription(),
365365
HelpName: corecommon.CreateUsage("conan", conan.GetDescription(), conan.Usage),

0 commit comments

Comments
 (0)