metadata
for debug
Get the metadata for items in the stream.
Signature
> metadata (expression)
Parameters
expression
: the expression you want metadata for
Examples
Get the metadata of a variable
> let a = 42; metadata $a
Get the metadata of the input
> ls | metadata