* Add support for save

* Add support for binary filetypes
This commit is contained in:
JT
2022-01-16 07:44:20 +11:00
committed by GitHub
parent 8f4ee14d85
commit 75db4a75bc
3 changed files with 122 additions and 0 deletions

View File

@ -156,6 +156,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Mv,
Open,
Rm,
Save,
Touch,
};