mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-19 19:52:31 +01:00
#681: Lower priority of missing_space_before_subcommand
rule
This commit is contained in:
@@ -16,3 +16,6 @@ def match(command):
|
|||||||
def get_new_command(command):
|
def get_new_command(command):
|
||||||
executable = _get_executable(command.script_parts[0])
|
executable = _get_executable(command.script_parts[0])
|
||||||
return command.script.replace(executable, u'{} '.format(executable), 1)
|
return command.script.replace(executable, u'{} '.format(executable), 1)
|
||||||
|
|
||||||
|
|
||||||
|
priority = 4000
|
||||||
|
Reference in New Issue
Block a user