Age | Commit message (Expand) | Author |
---|---|---|
2021-02-21 | Add `--debug` option to print debug output | Teddy Wing |
2021-02-13 | Replace exit codes with constants from the `sysexits` system | Teddy Wing |
2021-02-13 | Add a generic "print error and exit" function | Teddy Wing |
2021-02-08 | Try reloading active tab after reloading all extensions | Teddy Wing |
2021-02-03 | parse-options: Error if no extension ID arguments were given | Teddy Wing |
2021-02-03 | config: Initialise a new websocket-driver client on new config | Teddy Wing |
2021-02-03 | parse-options: Exit with error if `--socket-url` isn't given | Teddy Wing |
2021-02-03 | main: Move option parsing code to new function `parse-options` | Teddy Wing |
2021-02-02 | main: Handle command line argument parsing errors | Teddy Wing |
2021-02-02 | main: Start command line option parsing | Teddy Wing |