Skip to content

Commit

Permalink
(maint) Add in beaker run options listed as deprecated
Browse files Browse the repository at this point in the history
When the beaker run options were defined, those listed as deprecated
were left out; in order to have parity with the current beaker
functionality, those should have been included.
  • Loading branch information
Tony Vu authored and kevpl committed Jun 23, 2017
1 parent f28146e commit c60c4e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/beaker/subcommand.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ def initialize(*args)
class_option :'exclude-tags', :type => :string, :group => 'Beaker run'
class_option :'xml-time-order', :type => :boolean, :group => 'Beaker run'

# The following are listed as deprecated in beaker --help, but needed now for
# feature parity for beaker 3.x.
class_option :xml, :type => :boolean, :group => "Beaker run"
class_option :type, :type => :string, :group => "Beaker run"
class_option :debug, :type => :boolean, :group => "Beaker run"

desc "init BEAKER_RUN_OPTIONS", "Initializes the required configuration for Beaker subcommand execution"
long_desc <<-LONGDESC
Initializes the required .beaker configuration folder. This folder contains
Expand Down

0 comments on commit c60c4e6

Please sign in to comment.