pretty print for input options
This commit is contained in:
parent
062f3fd3f2
commit
865a364dff
|
@ -54,6 +54,12 @@ module GitHubChangelogGenerator
|
||||||
|
|
||||||
parser.parse!
|
parser.parse!
|
||||||
|
|
||||||
|
if options[:verbose]
|
||||||
|
puts 'Input options:'
|
||||||
|
pp options
|
||||||
|
puts ''
|
||||||
|
end
|
||||||
|
|
||||||
#udefined case with 1 parameter:
|
#udefined case with 1 parameter:
|
||||||
if ARGV[0] && !ARGV[1]
|
if ARGV[0] && !ARGV[1]
|
||||||
puts parser.banner
|
puts parser.banner
|
||||||
|
|
Loading…
Reference in New Issue
Block a user