From 608b477b77b831a62b320b6abb3f5b8abc0f99b1 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 18 Mar 2018 19:07:40 -0400 Subject: [PATCH] Add new commands to base console help text --- src/Core/Console.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/Core/Console.php b/src/Core/Console.php index 39e2941a32..d315c10a25 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -21,11 +21,15 @@ class Console extends \Asika\SimpleConsole\Console Usage: bin/console [--version] [-h|--help|-?] [] [-v] Commands: - config Edit site config - createdoxygen Generate Doxygen headers - docbloxerrorchecker Checks the file tree for DocBlox errors - globalcommunityblock Silence remote profile from global community page - help Show help about a command, e.g (bin/console help config) + config Edit site config + createdoxygen Generate Doxygen headers + docbloxerrorchecker Check the file tree for DocBlox errors + extract Generate translation string file for the Friendica project (deprecated) + globalcommunityblock Block remote profile from interacting with this node + globalcommunitysilence Silence remote profile from global community page + help Show help about a command, e.g (bin/console help config) + maintenance Set maintenance mode for this node + php2po Generate a messages.po file from a strings.php file Options: -h|--help|-? Show help information