biocore / pyqi

Tools for developing and testing command line interfaces in Python.
Other
9 stars 13 forks source link

make code header options optional #219

Closed jairideout closed 10 years ago

jairideout commented 10 years ago

pyqi make-command and pyqi make-optparse need their code header options (e.g., author, email, maintainer, etc.) changed to be optional. If these are not supplied, the header lines should not be included in the generated code. The only exception to this rule is credits, which should default to an empty list in the generated code.