Modules

Structs

Enums

Traits

Functions

Checks whether a local_cfg exists in cfg_dir and returns: Ok(Some(cfg_path)) if cfg exists and is good to load Ok(None) if no cfg exists Err(error) if cfg exits, but is not good to load

Converts a nu_protocol::Value into a toml::Value Will return a Shell Error, if the Nu Value is not a valid top-level TOML Value