Command | Description |
---|
ast | Print the abstract syntax tree (ast) for a pipeline.
|
debug | Debug print the value(s) piped in.
|
debug info | View process memory info.
|
debug profile | Profile pipeline elements in a closure.
|
explain | Explain closure contents.
|
inspect | Inspect pipeline results while running a pipeline.
|
metadata | Get the metadata for items in the stream.
|
metadata access | Access the metadata for the input stream within a closure.
|
metadata set | Set the metadata for items in the stream.
|
panic | Causes nushell to panic.
|
timeit | Time the running time of a block.
|
view | Various commands for viewing debug information.
|
view files | View the files registered in nushell's EngineState memory.
|
view ir | View the compiled IR code for a block of code.
|
view source | View a block, module, or a definition.
|
view span | View the contents of a span.
|