nu-command 0.41.0

CLI for nushell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod command;
mod enter;
mod exit;
mod goto;
mod next;
mod prev;

pub use command::Shells;
pub use enter::Enter;
pub use exit::Exit;
pub use goto::Goto;
pub use next::Next;
pub use prev::Previous;