lib/prmd/commands/combine.rb in prmd-0.11.11 vs lib/prmd/commands/combine.rb in prmd-0.12.0
- old
+ new
@@ -117,10 +117,10 @@
else
warn "Meta is empty, please fill it next time."
end
meta ||= {}
end
- combiner = Prmd::Combiner.new(meta: meta, base: base, schema: schema)
+ combiner = Prmd::Combiner.new(meta: meta, base: base, schema: schema, options: options)
combiner.combine(*schemata)
end
class << self
private :handle_faulty_load