overlay
for core
Commands for manipulating overlays.
Signature
> overlay {flags}
Input/output types:
input | output |
---|---|
nothing | string |
Notes
This command is a parser keyword. For details, check: https://irsh.vercel.app/book/thinking_in_rsh.html
You must use one of the following subcommands. Using this command as-is will only produce this help message.
Subcommands:
name | type | usage |
---|---|---|
overlay hide
|
Builtin | Hide an active overlay. |
overlay list
|
Builtin | List all active overlays. |
overlay new
|
Builtin | Create an empty overlay. |
overlay use
|
Builtin | Use definitions from a module as an overlay. |