reset, save

- removed 'lock' test, corrected README example
- can now test 'save', 'reset', 'load'

prelim test for potato passes
This commit is contained in:
pblivingston
2025-12-03 15:07:25 -05:00
parent b5546aa56c
commit cfa7de9b11
4 changed files with 55 additions and 8 deletions

View File

@@ -39,6 +39,8 @@ Recorder.FileType changed from method to write-only property
- Recorder.Prefix
- Recorder.Eject() references 'Command.Eject'
- Recorder.State
- Command.Reset()
- Command.Save($filepath)
### Changed