Fix failing test

This commit is contained in:
Ajitem Sahasrabuddhe 2019-11-28 12:31:30 +05:30
parent 6515054c1d
commit cda3a4900e
No known key found for this signature in database
GPG Key ID: 5B0EE10DAA76876C

View File

@ -192,15 +192,11 @@ func ExampleApp_Run_noAction() {
// USAGE: // USAGE:
// greet [global options] command [command options] [arguments...] // greet [global options] command [command options] [arguments...]
// //
// VERSION:
// 0.0.0
//
// COMMANDS: // COMMANDS:
// help, h Shows a list of commands or help for one command // help, h Shows a list of commands or help for one command
// //
// GLOBAL OPTIONS: // GLOBAL OPTIONS:
// --help, -h show help (default: false) // --help, -h show help (default: false)
// --version, -v print the version (default: false)
} }
func ExampleApp_Run_subcommandNoAction() { func ExampleApp_Run_subcommandNoAction() {
@ -256,8 +252,6 @@ func ExampleApp_Run_bashComplete_withShortFlag() {
// -x // -x
// --help // --help
// -h // -h
// --version
// -v
} }
func ExampleApp_Run_bashComplete_withLongFlag() { func ExampleApp_Run_bashComplete_withLongFlag() {