mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
commit
ecbc3a04ae
1 changed files with 2 additions and 2 deletions
|
@ -86,10 +86,10 @@ module Rails
|
||||||
desc: "Skip bootsnap gem"
|
desc: "Skip bootsnap gem"
|
||||||
|
|
||||||
class_option :dev, type: :boolean, default: false,
|
class_option :dev, type: :boolean, default: false,
|
||||||
desc: "Setup the #{name} with Gemfile pointing to your Rails checkout"
|
desc: "Set up the #{name} with Gemfile pointing to your Rails checkout"
|
||||||
|
|
||||||
class_option :edge, type: :boolean, default: false,
|
class_option :edge, type: :boolean, default: false,
|
||||||
desc: "Setup the #{name} with Gemfile pointing to Rails repository"
|
desc: "Set up the #{name} with Gemfile pointing to Rails repository"
|
||||||
|
|
||||||
class_option :rc, type: :string, default: nil,
|
class_option :rc, type: :string, default: nil,
|
||||||
desc: "Path to file containing extra configuration options for rails command"
|
desc: "Path to file containing extra configuration options for rails command"
|
||||||
|
|
Loading…
Reference in a new issue