Implement verbose mode

This commit is contained in:
Thibault Jouan
2015-04-09 11:17:26 +00:00
parent 404b34acc0
commit 254efe4f74
7 changed files with 64 additions and 11 deletions

View File

@@ -48,6 +48,11 @@ module Uh
@env.print opts
exit
end
opts.on '-v', '--version', 'enable verbose mode' do
@env.verbose = true
@env.log_logger_level
end
end
end
end