feat: implemented explore command

This commit is contained in:
Stevan Freeborn
2026-07-28 08:18:48 -05:00
parent 68b34ec28f
commit 017ac7a7bb
3 changed files with 64 additions and 5 deletions
+1
View File
@@ -58,6 +58,7 @@ func runREPL(s inputScanner, w io.Writer, sanitizer func(string) []string) {
continue
}
context.args = cleanedInput[1:]
err = command.callback(context)
if err != nil {