luv

Workshop wiki

web.lisp

luvcraft/tools/web.lisp

system luvcraft/tools · 2 definitions · on GitHub

in-package#:luvcraft.tools
defunparse-host-option
valueoption
declare
ignoreoption
when
zerop
lengthvalue
command-line-error"--host must not be empty."
value
defuncommand-web
arguments
multiple-value-bind
positionalsoptions
parse-keyword-optionsarguments`
"--host":host,#'parse-host-option
"--port":port,#'parse-integer-option
whenpositionals
command-line-error"web takes no positional arguments."
luvcraft.web:serve-luvcraft-web:host
or
getfoptions:host
"127.0.0.1"
:port
or
getfoptions:port
8765