Bug #29895

"help <identifier>" command does not work any longer

Added by Karsten Dambekalns almost 4 years ago. Updated almost 4 years ago.

Status:Resolved Start date:2011-09-16
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Command
Target version:TYPO3 Flow Base Distribution - 1.0.0
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

With the fix for #29792 the "help <identifier>" command stopped working. This is caused by the assumption of optional arguments being usable when used unnamed. The mentioned fix make it required to use optional arguments in a named form (as intended), thus this no longer works.

Associated revisions

Revision 320877b9
Added by Karsten Dambekalns almost 4 years ago

[BUGFIX] Fix help command controller argument use

The command controller was intended to be used with the optional
command identifier without using that as a named option - but that
is a requirement. Thus we now use the first exceeding argument
if the option is not given.

Change-Id: I29751f17e78cc1415192e268fb78a469a1c21e63
Fixes: #29895

History

#1 Updated by Mr. Hudson almost 4 years ago

  • Status changed from Accepted to Under Review

Patch set 1 of change I29751f17e78cc1415192e268fb78a469a1c21e63 has been pushed to the review server.
It is available at http://review.typo3.org/4995

#2 Updated by Karsten Dambekalns almost 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF