nushell/crates/nu-cli/src
Ian Manske cd00a489af
Fix hooks on 0.92.0 (#12383)
# Description
Fixes #12382, where overlay changes from hooks were not preserved into
the global state. This was due to creating child stacks for hooks, when
the global stack should have been used instead.
2024-04-04 09:25:54 +02:00
..
commands Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
completions Use nightly clippy to kill dead code/fix style (#12334) 2024-03-30 09:17:28 +08:00
menus Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
config_files.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
eval_cmds.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
eval_file.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
lib.rs Send LSP Completion Item Kind (#11443) 2024-03-24 20:14:12 -05:00
nu_highlight.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
print.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
prompt_update.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
prompt.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
reedline_config.rs add a few more logging statements for debugging startup (#12316) 2024-03-28 11:27:12 -05:00
repl.rs Fix hooks on 0.92.0 (#12383) 2024-04-04 09:25:54 +02:00
syntax_highlight.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
util.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
validation.rs Remove old alias implementation (#8797) 2023-04-07 21:09:38 +03:00