Commit Graph

2 Commits

Author SHA1 Message Date
Albert S. ed61003636 C++20: Avoid implicit capture 2021-10-25 18:09:46 +02:00
Albert S. 3d0fce590b Introduce CLI
main: Parse args using getopt_long() in main().

Begin implementation of a CLI. It can be launched
using ./qswiki config --cli.

Allow connecting to another instance using "attach" command.
This uses Unix domain sockets, and in the future can be used
to drop caches, reload template, etc.

Closes: #21
2021-10-03 17:05:46 +02:00