Add rule for ADB unknown commands (#765)

This commit is contained in:
David Hart
2018-01-05 21:20:03 +00:00
committed by Joseph Frazier
parent b62bb90a0d
commit 7b10a86267
3 changed files with 96 additions and 0 deletions
+1
View File
@@ -158,6 +158,7 @@ pip3 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:
* `adb_unknown_command` – fixes misspelled commands like `adb logcta`;
* `ag_literal` – adds `-Q` to `ag` when suggested;
* `aws_cli` – fixes misspelled commands like `aws dynamdb scan`;
* `cargo` – runs `cargo build` instead of `cargo`;