update cli messages

This commit is contained in:
xenia 2020-12-28 03:42:39 -05:00
parent 280979a479
commit b6ece4abcc
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,6 @@
(comms-set-node-info (current-comms) server-node) (comms-set-node-info (current-comms) server-node)
(comms-connect (current-comms) (node-id server-node)) (comms-connect (current-comms) (node-id server-node))
(displayln "yeet")
(new-project (serialize-manifest mf) (file->bytes tmp-targz)) (new-project (serialize-manifest mf) (file->bytes tmp-targz))
(tm-shutdown (current-tm)) (tm-shutdown (current-tm))
@ -216,7 +215,8 @@
(interactive-check) (interactive-check)
;; do submit ;; do submit
(report-status "submitting project...!") (report-status "submitting project...!")
(cmd-submit (current-directory))) (cmd-submit (current-directory))
(report-status "project submitted!! time for crab"))
(subcommand (setup "Set up access to a crossfire server") (subcommand (setup "Set up access to a crossfire server")
#:args (config-file) #:args (config-file)