From 6720a70022a78482dbe176cea714893e4ae8cab0 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Tue, 26 Mar 2024 20:28:19 +0800 Subject: [PATCH] do not show parser version --- lib/synvert/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/synvert/cli.rb b/lib/synvert/cli.rb index c44fe97..a878d40 100644 --- a/lib/synvert/cli.rb +++ b/lib/synvert/cli.rb @@ -163,7 +163,7 @@ def run_option_parser(args) @options[:command] = 'test_bundle_gems' end opts.on '-v', '--version', 'show this version' do - puts "#{VERSION} (with synvert-core #{Core::VERSION} and parser #{Parser::VERSION})" + puts "#{VERSION} (with synvert-core #{Core::VERSION}" exit end end