mark_story
|
6c8c7ca4a5
|
Turning __get() back into methods. There were so few properties being accessed that it didn't make sense to have __get(), over a handful of methods.
Tests updated.
|
2010-11-12 23:57:55 -05:00 |
|
mark_story
|
f9b7cbcb96
|
Making ConsoleOptionParser allow subclasses of the option, argument and subcommand classes to be supplied as arguments to the builder methods. Adding tests.
|
2010-11-12 23:52:33 -05:00 |
|
mark_story
|
1d5f730a10
|
Removing unused variable from Shell.
Making subcommand parsers correctly output XML help.
|
2010-10-20 23:35:30 -04:00 |
|
mark_story
|
a6a627bd92
|
Making xml help work.
Need to update tests.
|
2010-10-19 23:35:58 -04:00 |
|
mark_story
|
78e76a2f9e
|
Removing unused methods.
|
2010-10-19 21:31:55 -04:00 |
|
mark_story
|
4e44ff97b3
|
Moving code into HelpFormatter to help separate the help generation from the option parser.
|
2010-10-19 21:31:16 -04:00 |
|
mark_story
|
6f29441ff9
|
Adding a blank line after the epilog on generated help. Makes for slightly more readable output.
|
2010-10-18 22:37:57 -04:00 |
|
mark_story
|
5eb8c8fbcf
|
Adding a test and trimming whitespace.
|
2010-10-17 23:35:45 -04:00 |
|
mark_story
|
8476edd3d1
|
Moving console lib classes into a new directory.
|
2010-10-17 17:39:05 -04:00 |
|