mirror of
https://github.com/nushell/nushell.git
synced 2025-04-23 20:58:19 +02:00
adds feature spécified in bracoxide#6 ``` $ echo {01..10} 01 02 03 04 05 06 07 08 09 10 $ echo {1..010} 001 002 003 004 005 006 007 008 009 010 ``` I'm going to update the examples, but I'm currently on mobile. Will land in a couple of days. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.