提交 cb48bbeb 编写于 作者: G Guillermo Iguaran

Merge pull request #9175 from robertomiranda/add--rc-desc

Add --rc description on the command line
...@@ -61,6 +61,9 @@ def self.add_shared_options_for(name) ...@@ -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 :rc, type: :string, default: false,
desc: "Path to file containing extra configuration options for rails command"
class_option :no_rc, type: :boolean, default: false, class_option :no_rc, type: :boolean, default: false,
desc: 'Skip loading of extra configuration options from .railsrc file' desc: 'Skip loading of extra configuration options from .railsrc file'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册