GMOD / Apollo3

JBrowse 2 plugin for editing annotations on an Apollo server
Apache License 2.0
7 stars 4 forks source link

Use `conf` package for CLI config file #394

Closed garrettjstevens closed 2 weeks ago

garrettjstevens commented 4 months ago

I'd like for us to investigate the possibility of using the conf package to manage our CLI's config file. It's a widely-used package, and it provides some potentially useful features we may want in the future, such as config file version migrations (in case we need to change something about the config file in the future after a public release).

garrettjstevens commented 4 months ago

@dariober I looked at a couple of the things we talked about at our pairing today regarding conf.

dariober commented 4 months ago

Did you perhaps somehow accidentally create a directory called config.yaml

Yes! It must have happened while playing with Conf


In branch use-conf I replaced the old implementation with the Conf package.

garrettjstevens commented 2 weeks ago

Done in 3cfca9f60837aa9d601cb10efb6a246890d9c5b8