From: Mark Wooding Date: Sun, 4 Aug 2019 18:04:10 +0000 (+0100) Subject: frontend.lisp: Add hooks for extensions to add new command-line options. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/d9bd7c90250b7563be98f105d0a53ce66d559ea0?hp=d9bd7c90250b7563be98f105d0a53ce66d559ea0 frontend.lisp: Add hooks for extensions to add new command-line options. It seems rather pointless to document the option parser and then fail to provide any way for extensions to make use of it. Not that I've actually documented it yet... ---