2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/crates/nu-command
LordLightSpeed e0bc85d0dd
Update fill.rs to fix last example given with help ()
Original stated it filled on the left to a width of 5 while showing the
command and output to fill on both sides to a width of 10. Changed
wording of description to match effect of example and displayed result.
2024-10-03 17:04:36 -05:00
..
src Update fill.rs to fix last example given with help () 2024-10-03 17:04:36 -05:00
tests fix inspect and explore panics on empty records () 2024-09-25 07:48:16 -05:00
Cargo.toml Bump version to 0.98.1 () 2024-09-22 12:41:44 +08:00
LICENSE Fix rest of license year ranges () 2023-04-04 09:03:29 +12:00
README.md Add top-level crate documentation/READMEs () 2024-07-14 10:10:41 +02:00

This crate contains the majority of our commands

We allow ourselves to move some of the commands in nu-command to nu-cmd-* crates as needed.

Internal Nushell crate

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