lib/rubysmith/cli/actions/readme.rb in rubysmith-5.2.0 vs lib/rubysmith/cli/actions/readme.rb in rubysmith-5.3.0
- old
+ new
@@ -13,10 +13,10 @@
on "--[no-]readme"
default { Container[:configuration].build_readme }
- def call(value = default) = input.build_readme = value
+ def call(value = nil) = input.build_readme = value
end
end
end
end