CLI chooseEntries

This commit is contained in:
2021-06-27 19:00:35 -06:00
parent 49bbbe6599
commit 39e0f51856
3 changed files with 45 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ interface ArchiveUI {
/**
* Update the interface to reflect changes made to Entries through commands
*/
function handleChanges(changeSet:ChangeSet):Void;
function handleChanges(archive:Archive, changeSet:ChangeSet):Void;
/**
* Tell the user something useful