mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #2543 from Nicofuma/ticket/12655
[ticket/12655] Run phpbbcli as a shell when --shell or -s is used * Nicofuma/ticket/12655: [ticket/12655] Set register_container_commands as public [ticket/12655] Don't try to restore the definition in the help [ticket/12655] Fix coding style [ticket/12655] Make the --shell option available only for phpbbcli.php [ticket/12655] Fix coding style in \phpbb\console\application [ticket/12655] Set the arguments of \phpbb\console\application as required [ticket/12655] Don't require acp/common again in the commands [ticket/12655] Run the shell when --shell is used
This commit is contained in:
@@ -227,6 +227,8 @@ $lang = array_merge($lang, array(
|
||||
'CLI_DESCRIPTION_CRON_RUN' => 'Runs all ready cron tasks.',
|
||||
'CLI_DESCRIPTION_CRON_RUN_ARGUMENT_1' => 'Name of the task to be run',
|
||||
|
||||
'CLI_DESCRIPTION_OPTION_SHELL' => 'Launch the shell.',
|
||||
|
||||
'COLOUR_SWATCH' => 'Web-safe colour swatch',
|
||||
'CONFIG_UPDATED' => 'Configuration updated successfully.',
|
||||
'CRON_LOCK_ERROR' => 'Could not obtain cron lock.',
|
||||
|
Reference in New Issue
Block a user