mirror of
https://github.com/nushell/nushell
synced 2024-11-15 09:27:08 +00:00
c01f2ee0e9
I added a new capability to `bracoxide` which is for `brace expansion` (it's almost like bash brace expressions). Anyway, this change adds this capability: `A{,B,C} | str expand`, returns: ```md - A - AB - AC ``` `A{B,,C} | str expand`, returns: ```md - AB - A - AC ``` `A{B,C,} | str expand`, returns: ```md - AB - AC - A ``` Updated examples, according to the new feature. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |