refactor(cli): explain! to use print!'s fill function
This commit is contained in:
parent
b914830403
commit
1be11539e8
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue