Actions
Bug #37238
closedExit cli with a list of valid keys if no key is given
Start date:
2012-05-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Currently the cli_dispatch.phpsh exits with a generic error message that a cliKey must be given to run the script if no key is given. If a key is given, but it is no registered cli script, the dispatcher exits with a list of valid keys.
The patch removes the first test to also show the list of valid keys if there is no key at all and adapts the error message a bit.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11263
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11263
Updated by Christian Kuhn over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5d9ac713f2928d87686e29078b367b2d1ee1181f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions