1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00

Edited python compile rule

This commit is contained in:
Cami Diez 2015-06-21 09:27:03 +08:00
parent 897b847975
commit af3e1a555f

View File

@ -181,7 +181,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `open` – prepends `http` to address passed to `open`;
* `pip_unknown_command` – fixes wrong pip commands, for example `pip instatl/pip install`;
* `python_command` – prepends `python` when you trying to run not executable/without `./` python script;
* `python_compile` – appends missing `.py` when compiling Python files;
* `python_compile` – appends missing `.py` when compiling and running Python files;
* `quotation_marks` – fixes uneven usage of `'` and `"` when containing args'
* `rm_dir` – adds `-rf` when you trying to remove directory;
* `sl_ls` – changes `sl` to `ls`;