nu-cli 0.112.1

CLI-related functionality for Nushell
Documentation
1
2
3
4
5
6
7
8
mod keybindings_list;
mod nu_highlight;

#[cfg(feature = "sqlite")]
mod history_import;

#[cfg(feature = "sqlite")]
mod history_output;