overlay list
for core
List all active overlays.
Signature
> overlay list
Notes
The overlays are listed in the order they were activated.
Examples
Get the last activated overlay
> module spam { export def foo [] { "foo" } }
overlay use spam
overlay list | last
spam