mirror of
https://github.com/nushell/nushell.git
synced 2025-05-20 06:33:21 +00:00
If nu fails to load a user config on startup, no helper is set and the later call to `rl.helper_mut()` will panic. There may be better ways to handle this long-term, but printing an error about the failure to parse the config and then starting with default values seems reasonable.