wooey / clinto

This converts an assortment of python command line interfaces into a language agnostic build spec for usage in GUI creation.
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

Pass the default value for parameters #22

Closed Chris7 closed 8 years ago

Chris7 commented 8 years ago

Currently, clinto does not report the default value for a field, only infers information about the default type. This will allow better interfaces to be constructed such as https://github.com/wooey/Wooey/issues/119

Chris7 commented 8 years ago

It reports it as 'value', which I believe is correct since the only notion of a value the parser has is the default.