overlay list for core

List all active overlays.

Signature

> overlay list {flags}

Input/output types:

inputoutput
nothinglist<string>

Examples

Get the last activated overlay

> module spam { export def foo [] { "foo" } }
    overlay use spam
    overlay list | last
spam

Notes

The overlays are listed in the order they were activated.