Skip to content

Commit

Permalink
do not show parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Mar 26, 2024
1 parent 6e66e50 commit 6720a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/synvert/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6720a70

Please sign in to comment.