lib/unwrappr/cli.rb in unwrappr-0.8.0 vs lib/unwrappr/cli.rb in unwrappr-0.8.1
- old
+ new
@@ -27,11 +27,10 @@
option ['-v', '--version'], :flag, 'Show version' do
puts "unwrappr v#{Unwrappr::VERSION}"
exit(0)
end
- subcommand 'all', 'run bundle update, push to GitHub, '\
- 'create a pr and annotate changes' do
+ subcommand 'all', 'run bundle update, push to GitHub, create a pr and annotate changes' do
option ['-R', '--recursive'],
:flag,
'Recurse into subdirectories',
attribute_name: :recursive