#N/A: Make missing_space_before_subcommand handle aliases correctly
This commit is contained in:
@@ -9,7 +9,7 @@ def _get_executable(script_part):
|
||||
|
||||
|
||||
def match(command):
|
||||
return (not which(command.script_parts[0])
|
||||
return (not command.script_parts[0] in get_all_executables()
|
||||
and _get_executable(command.script_parts[0]))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user