Merge pull request #1499 from dearchap/issue_557
Fix help results inconsistency
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user