Finished configuring the init/shell commands

This commit is contained in:
Chad Nelson 2023-11-25 09:51:23 -07:00
parent 235ec69321
commit c60fe9493f
9 changed files with 456 additions and 49 deletions

View file

@ -3,6 +3,7 @@
!#
(use-modules (msg machine)
(msg shell)
(ice-9 match))
(define* (main #:optional (args (command-line)))
@ -11,6 +12,8 @@
(match clean-args
(("machine" rest ...)
(machine rest))
(("shell" rest ...)
(shell))
(("-h")
(help))
(_