如果我创建了一个新的应用程序构建器类,如下所示:
class AppBuilder < Rails::AppBuilder
有没有办法编写可以运行命令行参数的代码,例如
heroku create
当我创建一个新应用程序时:
rails new blog -b app_builder.rb
如果我创建了一个新的应用程序构建器类,如下所示:
class AppBuilder < Rails::AppBuilder
有没有办法编写可以运行命令行参数的代码,例如
heroku create
当我创建一个新应用程序时:
rails new blog -b app_builder.rb