nushell/crates/nu-command/src/system
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
..
complete.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
exec.rs Add --redirect-combine option to run-external (#8918) 2023-04-28 07:55:48 -05:00
mod.rs relocate debug commands (#8071) 2023-02-13 16:39:07 +00:00
nu_check.rs Add functions for each Value case (#9736) 2023-07-21 08:20:33 -05:00
ps.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
registry_query.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
run_external.rs Move eval_hook to nu-cmd-base (#10146) 2023-08-29 23:46:50 +02:00
sys.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
which_.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00