nushell/crates/nu-cli
Ritoban Roy-Chowdhury e848fc0bbe
Updates config to use subcommands (#2146)
* First commit updating `config` to use subcommands (#2119)
    - Implemented `get` subcommand

* Implmented `config set` as a subcommand.

* Implemented `config set_into` as subcommand

* Fixed base `config` command
 - Instead of outputting help, it now outputs the list of all
 configuration parameters.

* Added `config clear` subcommand

* Added `config load` and `config remove` subcommands

* Added `config path` subcommand

* fixed clippy
2020-07-11 12:11:04 +12:00
..
src Updates config to use subcommands (#2146) 2020-07-11 12:11:04 +12:00
tests make duration pretty print clearer (#2150) 2020-07-11 09:06:52 +12:00
Cargo.toml Bump to 0.16.1 (#2116) 2020-07-06 08:12:44 +12:00