Function nu_engine::env::get_config

source ·
pub fn get_config(engine_state: &EngineState, stack: &Stack) -> Config
Expand description

Get config

This combines config stored in permanent state and any runtime updates to the environment. This is the canonical way to fetch config at runtime when you have Stack available.