1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/commands/dev
akinomaeni 1cd88288d5 Help command for visible commands should be hidden
```
$ rails --help > tmp/before
$ bundle update rails
...
$ rails --help > tmp/after
$ diff -u tmp/before tmp/after
--- tmp/before	2019-04-19 00:12:08.000000000 -0700
+++ tmp/after	2019-04-19 00:14:55.000000000 -0700
@@ -52,7 +52,6 @@
   db:version
   destroy
   dev:cache
-  dev:help
   encrypted:edit
   encrypted:show
   initializers
```
2019-04-19 00:33:12 -07:00
..
dev_command.rb Help command for visible commands should be hidden 2019-04-19 00:33:12 -07:00