From cda3a4900ed32421f3cafd4e3463cc2ba726ff94 Mon Sep 17 00:00:00 2001 From: Ajitem Sahasrabuddhe Date: Thu, 28 Nov 2019 12:31:30 +0530 Subject: [PATCH] Fix failing test --- app_test.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app_test.go b/app_test.go index 9d33745..bb0edb6 100644 --- a/app_test.go +++ b/app_test.go @@ -192,15 +192,11 @@ func ExampleApp_Run_noAction() { // USAGE: // greet [global options] command [command options] [arguments...] // - // VERSION: - // 0.0.0 - // // COMMANDS: // help, h Shows a list of commands or help for one command // // GLOBAL OPTIONS: - // --help, -h show help (default: false) - // --version, -v print the version (default: false) + // --help, -h show help (default: false) } func ExampleApp_Run_subcommandNoAction() { @@ -256,8 +252,6 @@ func ExampleApp_Run_bashComplete_withShortFlag() { // -x // --help // -h - // --version - // -v } func ExampleApp_Run_bashComplete_withLongFlag() {