the prompt now displays and repeats on enter

This commit is contained in:
2025-02-04 23:55:09 -05:00
parent 1306a23ec8
commit bb7e2a4ae3
10 changed files with 101 additions and 46 deletions

View File

@ -4,6 +4,7 @@ const enum EntryType {
Directory,
File
}
type File = string
type Entry<T> = {
readonly inner: T,