overlay new for core

Create an empty overlay.

Signature

> overlay new {flags} (name)

Parameters

  • name: Name of the overlay.

Input/output types:

inputoutput
nothingnothing

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://www.nushell.sh/book/thinking_in_nu.html