nushell/crates/nu-cli
Andrés N. Robalino 05aca1c157 Config refactoring baseline.
The initial configuration refactoring already gave significant benefits
with my use case. On another note, Commands should know and ask for
configuration variables. We could, as we refactor, add the ability
for commands to tell what configuration variables knows about and
their types.

This way, completers can be used too when using `config` command if we
also add a sub command that config could set variables to.

Commands stating the config variables they know about will allow us
to implement it in `help` and display them.
2020-08-17 04:49:33 -05:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Config refactoring baseline. 2020-08-17 04:49:33 -05:00
tests Add test file for count command (#2358) 2020-08-16 15:16:49 +12:00
build.rs Only have commit hash in version if git doesn't error (#2336) 2020-08-13 06:51:12 +12:00
Cargo.toml Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00