nushell/crates/nu-command/src/commands/config
Leonhard Kipp ac070ae942
Refactor/config commands (#3265)
* Use ctx.configs in all config commands

* Remove all setting/accessing of  vars.("config-path")

* Add tests

* Add comment

* Reload cfg on remove

* Hypocratic ws change

* Use history_path in hist_or_default

* Make clippy happy

* Fix rebase stuff

* Fix clippy lint
2021-04-09 18:03:12 +12:00
..
clear.rs Refactor/config commands (#3265) 2021-04-09 18:03:12 +12:00
command.rs Refactor/config commands (#3265) 2021-04-09 18:03:12 +12:00
get.rs Refactor/config commands (#3265) 2021-04-09 18:03:12 +12:00
mod.rs Refactor/config commands (#3265) 2021-04-09 18:03:12 +12:00
path.rs Refactor/config commands (#3265) 2021-04-09 18:03:12 +12:00
remove.rs Refactor/config commands (#3265) 2021-04-09 18:03:12 +12:00
set_into.rs Refactor/config commands (#3265) 2021-04-09 18:03:12 +12:00
set.rs Refactor/config commands (#3265) 2021-04-09 18:03:12 +12:00