Add 'overlay new' command (#5647)

* Add 'overlay new' command

* Add missing file
This commit is contained in:
Jakub Žádník
2022-05-26 17:47:04 +03:00
committed by GitHub
parent 0594f9e7aa
commit 2042f7f769
5 changed files with 181 additions and 0 deletions

View File

@ -55,6 +55,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Overlay,
OverlayAdd,
OverlayList,
OverlayNew,
OverlayRemove,
Let,
Metadata,