Bug #21389
closedAllow to overwrite cli arguments
100%
Description
Currently there is no way to overwrite the used cli arguments from the class who extends from the t3lib_cli.
This occurs because the t3lib_cli connects hardcoded to the $_SERVER['argv'] array. This is in some situations very unhandy - e.g. trigger lowlevel cleaner during a scheduler task.
(issue imported from #M12377)
Files
Updated by Oliver Klee about 15 years ago
I've attached a cleanup up version of the patch.
Updated by Gerrit Code Review over 11 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 https://review.typo3.org/18929
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18929
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18929
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18929
Updated by Benni Mack over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d813bd84def52c99b2ed0b1a712cca6396f38ac7.