mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-06 09:28:57 +02:00
Add info about no help information for the command
This commit is contained in:
@@ -180,6 +180,12 @@ abstract class AbstractCommand
|
||||
}
|
||||
}
|
||||
|
||||
if (empty($output)) {
|
||||
$output .= "\n";
|
||||
$output .= "<red><bold>Sorry, there's no help for this command at the moment.</bold></red>";
|
||||
$output .= "\n";
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user