mirror of
https://github.com/danbulant/nushell
synced 2026-06-10 18:20:25 +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. |
||
|---|---|---|
| .. | ||
| completion | ||
| shell | ||
| types | ||
| cli.rs | ||
| format.rs | ||
| keybinding.rs | ||
| lib.rs | ||
| line_editor.rs | ||
| prelude.rs | ||
| shell.rs | ||
| types.rs | ||