feat: Added deleting task when ical todo delete has been sent
- feat: Added warn logger method to logger class
This commit is contained in:
@@ -16,6 +16,7 @@ class Console extends AbstractConsole {
|
||||
if (is_array($input)) {
|
||||
return json_encode($input);
|
||||
}
|
||||
return $input;
|
||||
}
|
||||
|
||||
public function execute($cmd, $args, $input = null, $envs = []) {
|
||||
|
Reference in New Issue
Block a user