Modules§
Structs§
Enums§
Traits§
Functions§
- cfg_
path_ to_ scope_ tag - config
- config_
path - convert_
toml_ value_ to_ nu_ value - default_
path - default_
path_ for - is_
file_ trusted - last_
modified - loadable_
cfg_ exists_ in_ dir - 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
- read
- read_
trusted - user_
data - value_
to_ toml_ value - 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
- write