Merge pull request #1499 from dearchap/issue_557

Fix help results inconsistency
This commit is contained in:
dearchap
2022-09-23 08:15:07 -04:00
committed by GitHub
7 changed files with 97 additions and 44 deletions

View File

@@ -177,10 +177,13 @@ func ExampleApp_Run_commandHelp() {
// greet describeit - use it to see a description
//
// USAGE:
// greet describeit [arguments...]
// greet describeit [command options] [arguments...]
//
// DESCRIPTION:
// This is how we describe describeit the function
//
// OPTIONS:
// --help, -h show help (default: false)
}
func ExampleApp_Run_noAction() {