提交 6619357f 编写于 作者: J José Valim

When rails is invoked without args, be sure that help is called.

上级 01cde132
......@@ -7,5 +7,7 @@ if %w(--version -v).include? ARGV.first
exit(0)
end
ARGV << "--help" if ARGV.empty?
require File.dirname(__FILE__) + '/../lib/generator/generators/app'
Rails::Generators::App.start
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册