Add new commands to base console help text
This commit is contained in:
parent
c9945ad15b
commit
608b477b77
1 changed files with 9 additions and 5 deletions
|
@ -21,11 +21,15 @@ class Console extends \Asika\SimpleConsole\Console
|
||||||
Usage: bin/console [--version] [-h|--help|-?] <command> [<args>] [-v]
|
Usage: bin/console [--version] [-h|--help|-?] <command> [<args>] [-v]
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
config Edit site config
|
config Edit site config
|
||||||
createdoxygen Generate Doxygen headers
|
createdoxygen Generate Doxygen headers
|
||||||
docbloxerrorchecker Checks the file tree for DocBlox errors
|
docbloxerrorchecker Check the file tree for DocBlox errors
|
||||||
globalcommunityblock Silence remote profile from global community page
|
extract Generate translation string file for the Friendica project (deprecated)
|
||||||
help Show help about a command, e.g (bin/console help config)
|
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:
|
Options:
|
||||||
-h|--help|-? Show help information
|
-h|--help|-? Show help information
|
||||||
|
|
Loading…
Reference in a new issue