overlay new for core

Create an empty overlay.

Signature

> overlay new {flags} (name)

Parameters

  • name: Name of the overlay

Input/output types:

input output
nothing nothing

Examples

Create an empty overlay

> overlay new spam

Notes

The command will first create an empty module, then add it as an overlay.

This command is a parser keyword. For details, check: https://irsh.vercel.app/book/thinking_in_rsh.html