Skip to content
  • akinomaeni's avatar
    1cd88288
    Help command for visible commands should be hidden · 1cd88288
    akinomaeni authored
    ```
    $ 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
    ```
    1cd88288
    Help command for visible commands should be hidden
    akinomaeni authored
    ```
    $ 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
    ```
Loading