1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-22 12:58:33 +00:00

Add hostscli to readme

This commit is contained in:
dhilipsiva 2017-02-05 14:58:36 +05:30
parent 55dcf06569
commit fb07cdfb4a
No known key found for this signature in database
GPG Key ID: D3A33A90ADCDC5BF

View File

@ -202,6 +202,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `has_exists_script` – prepends `./` when script/binary exists;
* `heroku_not_command` – fixes wrong `heroku` commands like `heroku log`;
* `history` – tries to replace command with most similar command from history;
* `hostscli` – tries to fix `hostscli` usage;
* `ifconfig_device_not_found` – fixes wrong device names like `wlan0` to `wlp2s0`;
* `java` – removes `.java` extension when running Java programs;
* `javac` – appends missing `.java` when compiling Java files;