a new command to query the nushell internals (#3704)

* a new command to query the nushell internals

* added signature

* a little cleanup
This commit is contained in:
Darren Schroeder
2021-06-29 09:27:16 -05:00
committed by GitHub
parent 1d0483c946
commit 008bdfa43f
13 changed files with 379 additions and 16 deletions

View File

@ -69,6 +69,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(Benchmark),
// Metadata
whole_stream_command(Tags),
whole_stream_command(Lang),
// Shells
whole_stream_command(Next),
whole_stream_command(Previous),