Expand description
Structs§
- CliArgs
- The options to start the web-server are collected as command line arguments and parsed into a
convinient data structure which is used throughout the program.
The only supported arguments are
--port,--thread, and--dir-path.