Add meta command for the config subcommands (#5616)

When using `config` without the `config nu` or `config env` subcommands
introduced by #5607 display basic usage like `str`.
This commit is contained in:
Stefan Holderbach
2022-05-22 19:31:57 +02:00
committed by GitHub
parent d534a89867
commit 6ff717c0ba
4 changed files with 50 additions and 0 deletions

View File

@ -317,6 +317,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
WithEnv,
ConfigNu,
ConfigEnv,
ConfigMeta,
};
// Math