nushell/crates/nu-cli
Andrés N. Robalino 973a8ee8f3
Allow config to work with column paths. (#2653)
Nu has many commands that allow the nuño to customize behavior such
as UI and behavior. Today, coloring can be customized, the line editor,
and other things. The more options there are, the higher the complexity
in managing them.

To mitigate this Nu can store configuration options as nested properties.

But to add and edit them can be taxing. With column path support we can
work with them easier.
2020-10-08 20:04:19 -05:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Allow config to work with column paths. (#2653) 2020-10-08 20:04:19 -05:00
tests Fix clippy lints (#2651) 2020-10-09 10:47:51 +13:00
build.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
Cargo.toml [wasi] Update time & instant crates (#2645) 2020-10-07 15:26:16 +13:00