fix(cli): show help when run `changeloguru generate`

main
sudo pacman -Syu 2024-01-15 18:03:14 +07:00
parent 92c2886e8b
commit 057a0e55fa
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func (a *action) RunGenerate(c *cli.Context) error {
// Show help if there is no flags
if c.NumFlags() == 0 {
return cli.ShowCommandHelp(c, commandGenerateName)
return cli.ShowSubcommandHelp(c)
}
useLatestTag := false