aboutsummaryrefslogtreecommitdiffstats
path: root/l/src/config.lisp
AgeCommit message (Expand)Author
2021-02-27Move everything from `l/` into the project rootTeddy Wing
2021-02-21make-config: Add function documentationTeddy Wing
2021-02-21Add `--debug` option to print debug outputTeddy Wing
2021-02-14config: Remove `(setf socket-url)` methodTeddy Wing
2021-02-03main: Get WebSocket URL from command line for `*client*`Teddy Wing
2021-02-03config: Initialise a new websocket-driver client on new configTeddy Wing
2021-02-03main: Move option parsing code to new function `parse-options`Teddy Wing
2021-02-02Add config classTeddy Wing