view blocks
for debug
View the blocks registered in nushell's EngineState memory.
Signature
> view blocks {flags}
Input/output types:
input | output |
---|---|
nothing | table<block_id: int, content: string, start: int, end: int> |
Examples
View the blocks registered in Nushell's EngineState memory
> view blocks
Notes
These are blocks parsed and loaded at runtime as well as any blocks that accumulate in the repl.