Added a rule to match az binary sub-command misses (#834)

This commit is contained in:
James Turnbull
2018-08-15 18:22:24 -04:00
committed by Vladimir Iakovlev
parent 9d46291944
commit 926e9ef963
3 changed files with 62 additions and 0 deletions
+1
View File
@@ -175,6 +175,7 @@ following rules are enabled by default:
* `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`;
* `az_cli` – fixes misspelled commands like `az providers`;
* `cargo` – runs `cargo build` instead of `cargo`;
* `cargo_no_command` – fixes wrongs commands like `cargo buid`;
* `cat_dir` – replaces `cat` with `ls` when you try to `cat` a directory;