Skip to content

Commit

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


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

class_option :help, type: :boolean, aliases: '-h', group: :rails, class_option :help, type: :boolean, aliases: '-h', group: :rails,
desc: 'Show this help message and quit' desc: 'Show this help message and quit'
end end
Expand Down

0 comments on commit 9e18ce7

Please sign in to comment.