From fb07cdfb4a2eb22746c9aa53edf3849e9622562c Mon Sep 17 00:00:00 2001 From: dhilipsiva Date: Sun, 5 Feb 2017 14:58:36 +0530 Subject: [PATCH] Add hostscli to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0aeae4f..3fc614c 100644 --- a/README.md +++ b/README.md @@ -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;