Ticket Details

Help Command Criteria for dash/doubledash

RFC Ticket (closed)

The criteria for choosing if a property of a command class will be rendered as console parameter with one dash or two dashes should be the amount of letters of the property name.

Currently the Help command checks whether a property is documented as boolean or not and renders boolean property with a single dash. 

It is suggested to change the current behavior so that a single letter property results in a single dashed parameter. All other properties (whether boolean or not) are rendered with doubledashes.
on 08.24.10 reported by: davidpersson owned by: davidpersson

Updates

(fixed) on 01.30.11 by davidpersson
  • version was changed to lithium-0.9.9
  • owner was changed to davidpersson
  • status was changed to closed
  • resolution was changed to fixed
Implemented in [b142a6ae8da5343e501d6e634309873c40a83be0].