Add aws cli rule

This rule corrects spelling mistakes for aws cli commands and
subcommands.
This commit is contained in:
JordonPhillips
2016-09-29 14:19:43 -07:00
parent bcc11219e6
commit 7bf405e9c3
3 changed files with 119 additions and 0 deletions
+1
View File
@@ -145,6 +145,7 @@ sudo -H pip install thefuck --upgrade
The Fuck tries to match a rule for the previous command, creates a new command
using the matched rule and runs it. Rules enabled by default are as follows:
* `aws_cli` – fixes misspelled commands like `aws dynamdb scan`
* `cargo` – runs `cargo build` instead of `cargo`;
* `cargo_no_command` – fixes wrongs commands like `cargo buid`;
* `cd_correction` – spellchecks and correct failed cd commands;