nushell/crates/nu-cli/src
Michael Angerman 3f2c76df28
Move eval_hook to nu-cmd-base (#10146)
I moved hook to *nu_cmd_base* instead of *nu_cli* because it will enable
other developers to continue to use hook even if they decide to write
their on cli or NOT depend on nu-cli

Then they will still have the hook functionality because they can
include nu-cmd-base
2023-08-29 23:46:50 +02:00
..
commands Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
completions Create Record type (#10103) 2023-08-25 07:50:29 +12:00
menus Fix a crash when moving the cursor after accepting a suggestion from the help menu (#9784) 2023-08-14 05:58:39 -05:00
config_files.rs Fix config creation during printing (#9353) 2023-06-04 22:04:28 +03:00
eval_cmds.rs Move CLI related commands to nu-cli (#8832) 2023-04-10 10:56:47 +12:00
eval_file.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
lib.rs cratification: move the bytes command to nu-cmd-extra (#9509) 2023-06-23 12:23:08 -07:00
nu_highlight.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
print.rs allow print to take data as input again (#9823) 2023-07-27 21:40:25 +02:00
prompt_update.rs remove nu_cli crate dependency from nu_std (#8807) 2023-04-08 13:53:43 +02:00
prompt.rs Fix default prompt indicators (#9914) 2023-08-05 04:47:46 +12:00
reedline_config.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
repl.rs Move eval_hook to nu-cmd-base (#10146) 2023-08-29 23:46:50 +02:00
syntax_highlight.rs Replace &Span with Span since Span is Copy (#9770) 2023-07-31 21:47:46 +02:00
util.rs Move eval_hook to nu-cmd-base (#10146) 2023-08-29 23:46:50 +02:00
validation.rs Remove old alias implementation (#8797) 2023-04-07 21:09:38 +03:00