#35 - Fuzzy matching on maven lifecycle targets

This commit is contained in:
Michael Lee
2015-08-26 14:58:45 +01:00
parent 0d86fce9be
commit 301de75aee
3 changed files with 62 additions and 0 deletions
+1
View File
@@ -182,6 +182,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `mercurial` – fixes wrong `hg` commands;
* `mkdir_p` – adds `-p` when you trying to create directory without parent;
* `mvn_no_command` – adds `clean package` to `mvn`;
* `mvn_unknown_lifecycle_phase` – fixes miss spelt lifecycle phases with `mvn`;
* `no_command` – fixes wrong console commands, for example `vom/vim`;
* `no_such_file` – creates missing directories with `mv` and `cp` commands;
* `open` – prepends `http` to address passed to `open`;