view files for debug
View the files registered in nushell's EngineState memory.
Signature
> view files {flags}
Input/output types:
| input | output |
|---|---|
| nothing | table<filename: string, start: int, end: int, size: int> |
Examples
View the files registered in Nushell's EngineState memory
> view filesView how Nushell was originally invoked
> view files | get 0Notes
These are files parsed and loaded at runtime.