1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Updated readme with gcloud

This commit is contained in:
Ronan Doolan 2020-05-09 16:30:38 +01:00
parent 7b44c3d2f2
commit 576835fae6

View File

@ -198,6 +198,7 @@ following rules are enabled by default:
* `fab_command_not_found` – fix misspelled fabric commands; * `fab_command_not_found` – fix misspelled fabric commands;
* `fix_alt_space` – replaces Alt+Space with Space character; * `fix_alt_space` – replaces Alt+Space with Space character;
* `fix_file` – opens a file with an error in your `$EDITOR`; * `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; * `gem_unknown_command` – fixes wrong `gem` commands;
* `git_add` – fixes *"pathspec 'foo' did not match any file(s) known to git."*; * `git_add` – fixes *"pathspec 'foo' did not match any file(s) known to git."*;
* `git_add_force` &ndash; adds `--force` to `git add <pathspec>...` when paths are .gitignore'd; * `git_add_force` &ndash; adds `--force` to `git add <pathspec>...` when paths are .gitignore'd;