From e20c5d6c4a1fe2a4e887b11cdfae0760ab5b4f66 Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Sat, 23 Mar 2024 23:14:36 +0100 Subject: [PATCH] Update custom.php --- lib/custom.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/custom.php b/lib/custom.php index e760918..a1ee51d 100644 --- a/lib/custom.php +++ b/lib/custom.php @@ -29,6 +29,19 @@ public static function help(): string The console is accessed with the command console. Parameters can also be passed directly, such as console package:list. + +Default commands +------- +help, cd, chown, date, df, echo, ffmpeg, find, free, git, grep, hostname, ls, tail, php, pwd, whoami + +Special REDAXO commands +------- +- showconfig +- basepath +- console + + + '; return $out;