aboutsummaryrefslogtreecommitdiffstats
path: root/l/src/option.lisp
AgeCommit message (Expand)Author
2021-02-21Add `--debug` option to print debug outputTeddy Wing
2021-02-13Replace exit codes with constants from the `sysexits` systemTeddy Wing
2021-02-13Add a generic "print error and exit" functionTeddy Wing
2021-02-08Try reloading active tab after reloading all extensionsTeddy Wing
2021-02-03parse-options: Error if no extension ID arguments were givenTeddy Wing
2021-02-03config: Initialise a new websocket-driver client on new configTeddy Wing
2021-02-03parse-options: Exit with error if `--socket-url` isn't givenTeddy Wing
2021-02-03main: Move option parsing code to new function `parse-options`Teddy Wing
2021-02-02main: Handle command line argument parsing errorsTeddy Wing
2021-02-02main: Start command line option parsingTeddy Wing