4 lines
143 B
Common Lisp
4 lines
143 B
Common Lisp
(in-package :coleslaw)
|
|
|
|
(defgeneric start-coleslaw (&rest options)
|
|
(:documentation "Start the coleslaw server with any specified OPTIONS."))
|