view files for debug

View the files registered in nushell's EngineState memory.

Signature

> view files {flags}

Input/output types:

inputoutput
nothingtable<filename: string, start: int, end: int, size: int>

Examples

View the files registered in Nushell's EngineState memory

> view files

View how Nushell was originally invoked

> view files | get 0

Notes

These are files parsed and loaded at runtime.