lib/rezept/cli.rb in rezept-0.3.1 vs lib/rezept/cli.rb in rezept-0.4.0

- old
+ new

@@ -21,9 +21,10 @@ def export @actions.export(options) end desc "apply", "Apply the documents" + option :prefix, desc: 'The prefix of the documents (All documents are targeted by default)', type: :string option :dry_run, desc: 'Dry run (Only output the difference)', type: :boolean, default: false def apply @actions.apply(options) end