Command | Description |
---|
ast | Print the abstract syntax tree (ast) for a pipeline.
|
debug | Debug print the value(s) piped in.
|
explain | Explain closure contents.
|
inspect | Inspect pipeline results while running a pipeline.
|
metadata | Get the metadata for items in the stream.
|
profile | Profile each pipeline element in a closure.
|
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 source | View a block, module, or a definition.
|
view span | View the contents of a span.
|