Expand description
utilities for reading and persisting configuration
Functionsยง
- ensure_
created - make sure the config directory path exists, creating it if necessary and returning an error if creation failed
- get_
config_ path - get the full config path
- get_
directory - get the base config directory path
- read_
config - try to read and deserialize our config file, returning any errors that might occur
- write_
config - try to write configuration to file, returning any errors that might occur