Skip to main content

load

Function load 

Source
pub fn load() -> Result<IjimaToml>
Expand description

Loads and parses the config file, if any exists.

§Errors

  • IjimaError::InvalidInput if an existing file cannot be read or parsed (including an explicit $IJIMA_CONFIG pointing at a missing file — an explicit pointer must be honored, not silently skipped).