lib/dri/commands/publish.rb in dri-0.4.0 vs lib/dri/commands/publish.rb in dri-0.5.0

- old
+ new

@@ -12,9 +12,11 @@ desc: 'Generates a report locally' method_option :format, aliases: '-f', type: :string, default: "table", 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' def report(*) if options[:help] invoke :help, ['report'] else require_relative 'publish/report'