Mercurial > hg > MakeItSo
log makeitso/cli.py @ 154:ebc5cfe17d95
age | author | description |
---|---|---|
2011-01-20 | Jeff Hammel | get the description from the docstring if applicable |
2011-01-20 | Jeff Hammel | do not use undefined defaults |
2011-01-26 | Jeff Hammel | fix an error on CLI finding Undefined variables |
2011-01-11 | Jeff Hammel | separate out variable getting to its own function |
2011-01-11 | Jeff Hammel | fix CLI interface a bit....write a test for it |
2011-01-10 | Jeff Hammel | allow .parse() to be consumed |
2011-01-09 | Jeff Hammel | ensure the description exists |
2011-01-07 | Jeff Hammel | remove deprecated variable setting from command line front end |
2011-01-07 | Jeff Hammel | display defaults with command line --help option |
2011-01-07 | Jeff Hammel | wait, its completely silly to print the variables since OptionParser already does that |
2011-01-07 | Jeff Hammel | what i really meant to do with variables |
2011-01-07 | Jeff Hammel | add a comment |
2011-01-06 | Jeff Hammel | make a full CLI class for a single API template |
2011-01-06 | Jeff Hammel | stub for a command-line parser |