lib/boson/runner_options.rb in boson-more-0.2.0 vs lib/boson/runner_options.rb in boson-more-0.2.1

- old
+ new

@@ -65,9 +65,13 @@ Boson.invoke(:usage, command, verbose: verbose) else super end end + + def load_options + super.update(verbose: @options[:verbose]) + end end if defined? BinRunner class BinRunner < BareRunner GLOBAL_OPTIONS.update({