Finished configuring the init/shell commands
This commit is contained in:
parent
235ec69321
commit
c60fe9493f
9 changed files with 456 additions and 49 deletions
|
@ -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))
|
||||
(_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue