mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
explain command (#7957)
# Description The purpose of this PR is to introduce the `inspect` command. A command that is used to inspect, but not run, a pipeline to ensure everything looks right. This is meant as a debugging tool. This is some hackery, so don't laugh. :) 
This commit is contained in:
@ -174,6 +174,7 @@ pub fn create_default_context() -> EngineState {
|
||||
bind_command! {
|
||||
Benchmark,
|
||||
Complete,
|
||||
Explain,
|
||||
External,
|
||||
NuCheck,
|
||||
Sys,
|
||||
|
Reference in New Issue
Block a user