export functions

This commit is contained in:
Masataro Asai 2019-10-26 19:13:38 -04:00
parent 17e526317c
commit 919d047349

View file

@ -1,5 +1,14 @@
(defpackage :coleslaw-cli
(:use :cl :trivia))
(:use :cl :trivia)
(:export
#:copy-theme
#:setup
#:new
#:generate
#:preview
#:watch
#:watch-preview
#:help))
(in-package :coleslaw-cli)