explain for debug

Explain closure contents.

Signature

> explain {flags} (closure)

Parameters

  • closure: The closure to run.

Input/output types:

inputoutput
anyany
nothingany

Examples

Explain a command within a closure

> explain {|| ls | sort-by name type --ignore-case | get name } | table --expand