commit 806cfa6

chld  ·  2026-09-12 16:38:03 +0000 UTC
parent 0258d5c
implement f command
1 files changed,  +3, -0
+3, -0
 1@@ -73,6 +73,9 @@
 2       ((#\d)
 3        (del-pkg pkg)
 4        )
 5+      ((#\f)
 6+       (format #t "~a" (find-pkg pkg))
 7+       )
 8       ((#\m)
 9        (pm-pkg pkg)
10        )