overlay new for core
Create an empty overlay.
Signature
> overlay new {flags} (name)
Flags
--reload, -r: If the overlay already exists, reload its environment.
Parameters
name: Name of the overlay.
Input/output types:
| input | output |
|---|---|
| nothing | nothing |
Examples
Create an empty overlay
> overlay new spamNotes
The command will first create an empty module, then add it as an overlay.
This command is a parser keyword. For details, check: https://www.nushell.sh/book/thinking_in_nu.html