1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

Reorderd be in alphabetical order

This commit is contained in:
Michael Lee 2015-08-13 16:23:11 +01:00
parent b494c4e273
commit 2cdfe105fb

View File

@ -162,6 +162,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `go_run` – appends `.go` extension when compiling/running Go programs * `go_run` – appends `.go` extension when compiling/running Go programs
* `grep_recursive` – adds `-r` when you trying to `grep` directory; * `grep_recursive` – adds `-r` when you trying to `grep` directory;
* `gulp_not_task` – fixes misspelled gulp tasks; * `gulp_not_task` – fixes misspelled gulp tasks;
* `hadoop_dfs_missing_dash` – Add the missing dash to the command.
* `has_exists_script` – prepends `./` when script/binary exists; * `has_exists_script` – prepends `./` when script/binary exists;
* `heroku_no_command` – fixes wrong `heroku` commands like `heroku log`; * `heroku_no_command` – fixes wrong `heroku` commands like `heroku log`;
* `history` – tries to replace command with most similar command from history; * `history` – tries to replace command with most similar command from history;
@ -192,7 +193,6 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `tsuru_not_command` – fixes wrong tsuru commands like `tsuru shell`; * `tsuru_not_command` – fixes wrong tsuru commands like `tsuru shell`;
* `tmux` – fixes `tmux` commands; * `tmux` – fixes `tmux` commands;
* `whois` – fixes `whois` command. * `whois` – fixes `whois` command.
* `hdfs dfs` – Add the missing dash to the command.
Enabled by default only on specific platforms: Enabled by default only on specific platforms: