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/help
Petrik de Heus db947c2917
Add plugin to common command USAGE (#41457)
Because the PluginCommand is defined with `hide_command!`, running
`bin/rails -h` hides the plugin command.

As an alternative to removing the `hide_command!` this adds the plugin
command to the USAGE. Unless it's an engine, because adding an engine to
an engine doesn't make sense.

Both the railtie and engine terms are used so a user can search for both.

[Petrik de Heus + Rafael Mendonça França + Jonathan Hefner]
2021-07-28 17:59:22 -04:00
..
help_command.rb Use say/error instead of puts/$stderr.puts 2018-08-22 22:39:03 +03:00
USAGE Add plugin to common command USAGE (#41457) 2021-07-28 17:59:22 -04:00