(defn str->ansi-color-str "Takes a string and converts it to the supplied ansi color code" [color] (str (char 27) (color-table color)))
Comments top
No comments for str->ansi-color-str. Log in to add a comment.