1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-27 22:20:50 +02:00
nushell/crates/nu-cmd-base
Yash Thakur 2c7ab6e898
Bump to 0.103.1 dev version ()
# Description

Marks development or hotfix
2025-03-19 00:12:01 -04:00
..
src Make Hooks fields non-optional to match the new config defaults () 2024-11-29 21:11:09 +00:00
Cargo.toml Bump to 0.103.1 dev version () 2025-03-19 00:12:01 -04:00
LICENSE [nu-cmd-base] add missing LICENSE text () 2023-10-27 15:55:03 -05:00
README.md Add top-level crate documentation/READMEs () 2024-07-14 10:10:41 +02:00

Utilities used by the different nu-command/nu-cmd-* crates, should not contain any full Command implementations.

Internal Nushell crate

This crate implements components of Nushell and is not designed to support plugin authors or other users directly.