Move commands-related logic to Command and CorrectedCommand

This commit is contained in:
nvbn
2015-09-08 15:00:57 +03:00
parent 4a27595e97
commit a8dbc48fd4
8 changed files with 149 additions and 120 deletions
+2
View File
@@ -0,0 +1,2 @@
class EmptyCommand(Exception):
"""Raises when empty command passed to `thefuck`."""