Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Khare <khareyash05@gmail.com>
khareyash05 committed Nov 11, 2024
1 parent 7c075e4 commit d736680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/root.go
Original file line number Diff line number Diff line change
@@ -57,6 +57,8 @@ func rootCmd() *cmdBuilder.Cmd {
i18n.T(i18n.GuestWelcome),
printer.EmptyLine,
)

// print the default command help
cmdData.PrintHelp()

return nil

0 comments on commit d736680

Please sign in to comment.