lib/dri/commands/publish.rb in dri-0.7.0 vs lib/dri/commands/publish.rb in dri-0.8.0

- old
+ new

@@ -14,9 +14,12 @@ desc: 'Formats the report' method_option :actions, type: :boolean, desc: 'Updates actions on failures' method_option :feature_flags, type: :boolean, desc: 'Adds summary of feature flag changes' + method_option :update, aliases: '-u', type: :boolean, + desc: 'Updates an existing report' + def report(*) if options[:help] invoke :help, ['report'] else require_relative 'publish/report'