Update packages

This commit is contained in:
DariusIII
2024-01-08 19:00:14 +01:00
parent 59c59d049a
commit f55403ba2d
20 changed files with 39 additions and 53 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ $bool = [
if (! isset($argv[1], $argv[2]) || ! in_array($argv[1], $args, false) || ! in_array($argv[2], $bool, false)) {
exit(
(new \Blacklight\ColorCLI())->error(
(new Blacklight\ColorCLI())->error(
"\nIncorrect arguments.\n"
."The second argument (true/false) determines wether to echo or not.\n\n"
."php postprocess.php all true ...: Does all the types of post processing.\n"