Add a rule to change man section

This commit is contained in:
mcarton
2015-05-20 17:55:48 +02:00
parent 2c3df1ad47
commit 1f48d5e12a
3 changed files with 40 additions and 0 deletions
+1
View File
@@ -163,6 +163,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `has_exists_script` – prepends `./` when script/binary exists;
* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`;
* `ls_lah` – adds -lah to ls;
* `man` – change manual section;
* `man_no_space` – fixes man commands without spaces, for example `mandiff`;
* `mkdir_p` – adds `-p` when you trying to create directory without parent;
* `no_command` – fixes wrong console commands, for example `vom/vim`;