1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-30 08:19:54 +02:00
Files
nushell/crates/nu-command
Maxim Zhiburt 5417c89387 Fix issue with truncation when head on border is used ()
close 

@fdncred thanks for reproducible

hopefully there won't be issues with it after this one 😅
2024-07-16 16:21:42 -05: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.