aejenk / glitchup

A databender library/executable made in Rust.
Mozilla Public License 2.0
1 stars 0 forks source link

Add option processing from a file #6

Closed aejenk closed 5 years ago

aejenk commented 5 years ago

A file specifying the options to be used by the applications should be used. The format, currently, is TOML.

Some alternatives would be, in order of preference YAML, INI, JSON.