Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Todo documentaion notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kachayev committed Jan 25, 2011
1 parent 97a3cef commit 6694397
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Getopt.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,14 @@
* Enable with Zend_Console_Getopt::CONFIG_FREEFORM_FLAGS
* All flag-like syntax is recognized, no flag generates an exception.
*
* @todo Handle numeric options, e.g. -1, -2, -3, -1000
* @todo [Done] Handle numeric options, e.g. -1, -2, -3, -1000
* Enable with Zend_Console_Getopt::CONFIG_NUMERIC_FLAGS
* The rule must specify a named flag and the '#' symbol as the
* parameter type. e.g., 'lines=#'
*
* @todo Clerify situation when user will put several # sign. For ex.,
* lines=#, limit=# (now the system will overwrite first param by last one)
*
* @todo Enable user to specify header and footer content in the help message.
*
* @todo Feature request to handle option interdependencies.
Expand Down

0 comments on commit 6694397

Please sign in to comment.