Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46f194e

Browse files
authored
fix: Output help on license subcommand (#4338)
Fixes#4314.
1 parent0a95ba6 commit46f194e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎enterprise/cli/licenses.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ func licenses() *cobra.Command {
2424
Short:"Add, delete, and list licenses",
2525
Use:"licenses",
2626
Aliases: []string{"license"},
27+
RunE:func(cmd*cobra.Command,args []string)error {
28+
returncmd.Help()
29+
},
2730
}
2831
cmd.AddCommand(
2932
licenseAdd(),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp