lib/inch/cli/command/base.rb in inch-0.5.0.rc4 vs lib/inch/cli/command/base.rb in inch-0.5.0.rc5
- old
+ new
@@ -103,9 +103,10 @@
def initialize_cli_options
name = self.class.to_s.split("::").last
options_class = Command::Options.const_get(name)
@options = options_class.new
@options.usage = usage
+ @options.ui = ui
end
# Creates a Config::Codebase object and returns it
# (merges relevant values of a given +options+ object before).
#