move lang command to $nu (#3720)

This commit is contained in:
Darren Schroeder
2021-07-01 13:09:50 -05:00
committed by GitHub
parent 17008bb648
commit 9a1e1d5b1e
5 changed files with 20 additions and 33 deletions

View File

@ -69,7 +69,6 @@ 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),