Expand description
use server::process::{ CliArgs }
A library that hanldes process related concepts for the web-server.
Structs
- 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.