defcommand works for OneEntry arguments

This commit is contained in:
2021-06-26 13:22:38 -06:00
parent 30fed39d35
commit edd5ca3304
2 changed files with 19 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
(new ArchiveController
(new Archive archiveDir)
(new CLI))]
(controller.runCommand (object args [(object name "str" type (Text 3 55)) (object name "int" type (Number 0 5 1))] handler (lambda [fuck shit] ~"string $fuck number $shit")))))
(controller.runCommand (dictGet controller.commands "selectEntry"))))
(defnew [])