From 576835fae63abf7ce7cb6fcfdc707caaa8f1b5d8 Mon Sep 17 00:00:00 2001 From: Ronan Doolan Date: Sat, 9 May 2020 16:30:38 +0100 Subject: [PATCH] Updated readme with gcloud --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57ca6234..80fc7671 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ following rules are enabled by default: * `fab_command_not_found` – fix misspelled fabric commands; * `fix_alt_space` – replaces Alt+Space with Space character; * `fix_file` – opens a file with an error in your `$EDITOR`; +* `gcloud_cli` – fixes misspelled commands like `gcloud comute instance list`; * `gem_unknown_command` – fixes wrong `gem` commands; * `git_add` – fixes *"pathspec 'foo' did not match any file(s) known to git."*; * `git_add_force` – adds `--force` to `git add ...` when paths are .gitignore'd;