File: TODO

package info (click to toggle)
ruby-cmdparse 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 252 kB
  • sloc: ruby: 1,415; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
* see mail from Markus Werner concerning class methods for defining methods as sub commands

---- DONE ----

* define banner in a common way (like option parser), maybe use the one from option parser
* raise NoCommandGivenError when no command was given
* ability to specify default command (used when no command was given)
* add order,order!,... methods to mimic optparse
* optionally capture error messages and provide friendlier output
* if command has subcommands, use order! method, if has arguments use permute! (=POSIXLY_CORRECT); same with getoptlong