Skip to content

Commit

Permalink
Add --rc description on the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomiranda committed Feb 4, 2013
1 parent 65113fd commit 3a5b38b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions railties/lib/rails/generators/app_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ def self.add_shared_options_for(name)
class_option :skip_test_unit, type: :boolean, aliases: '-T', default: false,
desc: 'Skip Test::Unit files'

class_option :rc, type: :string, default: false,
desc: "Path to file containing extra configuration options for rails command"

class_option :no_rc, type: :boolean, default: false,
desc: 'Skip loading of extra configuration options from .railsrc file'

Expand Down

0 comments on commit 3a5b38b

Please sign in to comment.