stack-attack icon indicating copy to clipboard operation
stack-attack copied to clipboard

Centralize config file reading

Open taneliang opened this issue 4 years ago • 0 comments

The config file is currently being read in multiple places. Apart from being unclean, it may also introduce bugs as we don't validate inputs, causing weird crashes in random places that end users will not be able to understand.

We can also investigate using https://github.com/davidtheclark/cosmiconfig.

taneliang avatar Aug 15 '20 16:08 taneliang