bartongroup / slivka

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

Cmd argument values should be provided as strings #97

Closed warownia1 closed 3 years ago

warownia1 commented 3 years ago

Command line parameters should be converted and stored in the database as strings, so they can be used by the command line builder directly. This change would simplify command definition by making specifying parameter type redundant. Operating with the same data types would also make code more error resistant.