How to show help message if no command is used? #489
Answered
by
c4spar
winston0410
asked this question in
Q&A
-
Is it possible to show help message, if no command or |
Beta Was this translation helpful? Give feedback.
Answered by
c4spar
Nov 4, 2022
Replies: 1 comment 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
winston0410
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
cmd.showHelp()
orcmd.getHelpt()
to print or get the help output of the specified command as described hrere: #179.