forked from extern/nushell
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:
committed by
GitHub
parent
d534a89867
commit
6ff717c0ba
@ -317,6 +317,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
WithEnv,
|
||||
ConfigNu,
|
||||
ConfigEnv,
|
||||
ConfigMeta,
|
||||
};
|
||||
|
||||
// Math
|
||||
|
Reference in New Issue
Block a user