#728: Add heroku_multiple_apps rule (#729)

Closes https://github.com/nvbn/thefuck/issues/728
This commit is contained in:
Joseph Frazier
2017-11-09 18:42:23 -05:00
committed by GitHub
parent 8fb5ddefb6
commit 10ac1a3b38
3 changed files with 68 additions and 0 deletions
+1
View File
@@ -218,6 +218,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `grunt_task_not_found` – fixes misspelled `grunt` commands;
* `gulp_not_task` – fixes misspelled `gulp` tasks;
* `has_exists_script` – prepends `./` when script/binary exists;
* `heroku_multiple_apps` &ndash; add `--app <app>` to `heroku` commands like `heroku pg`;
* `heroku_not_command` &ndash; fixes wrong `heroku` commands like `heroku log`;
* `history` &ndash; tries to replace command with most similar command from history;
* `hostscli` &ndash; tries to fix `hostscli` usage;