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
5 lines
68 B
Rust
5 lines
68 B
Rust
pub mod formats;
|
|
pub mod hook;
|
|
pub mod input_handler;
|
|
pub mod util;
|