forked from extern/nushell
Add 'overlay new' command (#5647)
* Add 'overlay new' command * Add missing file
This commit is contained in:
@ -55,6 +55,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Overlay,
|
||||
OverlayAdd,
|
||||
OverlayList,
|
||||
OverlayNew,
|
||||
OverlayRemove,
|
||||
Let,
|
||||
Metadata,
|
||||
|
Reference in New Issue
Block a user