export functions
This commit is contained in:
parent
17e526317c
commit
919d047349
1 changed files with 10 additions and 1 deletions
11
cli/cli.lisp
11
cli/cli.lisp
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue