refactor(cli): explain! to use print!'s fill function

This commit is contained in:
Henrik Lissner 2022-09-15 18:58:24 +02:00
parent b914830403
commit 1be11539e8
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -34,7 +34,7 @@
`(print! (bold (blue ,@args))))
(defmacro explain! (&rest args)
`(print-group! (print! (fill (string-join (list ,@args) "\n")))))
`(print-group! (print! (p ,@args))))
;;