Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.2

Bug #13132 <choices> within <option> using XML does not appear to be supported yet.
Submitted: 2008-02-16 15:09 UTC
From: wling Assigned: izi
Status: Closed Package: Console_CommandLine (version 1.0.0RC1)
PHP Version: 5.2.5 OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 6 + 48 = ?

 
 [2008-02-16 15:09 UTC] wling (William Ling)
Description: ------------ Choices within an <option /> tag in XML does not appear to be supported yet e.g.; <command> <name>NAME</name> <description>DESCRIPTION</description> <version>VERSION</version> <option name="special"> <short_name>-s</short_name> <long_name>--special</long_name> <description>pick a special it must be 'beef' or 'chicken'</description> <action>StoreString</action> <choices> <choice>beef</choice> <choice>chicken</choice> </choices> </option> </command>

Comments

 [2008-02-17 16:59 UTC] izi (David Jean Louis)
Correct. I'll fix this asap, thanks.