bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

new arguments parsing method. distinction between None and "" #30

Closed warownia1 closed 6 years ago

warownia1 commented 8 years ago

Command builder skips an argument if it's an empty string. It should an empty string "" instead. Boolean fields should return True/1/"1" if true, instead of using the option value. Command option for boolean fields should not use $value in templates (unexpected value) and should relay on the idea that NULL value -> skip argument.