Expand description
§Server command-line arguments
Clap-derived Args for the server binary: listen port, filesystem base path,
disk quota (MB), passphrase source (direct env, mounted secret, or file path),
log level, and a skip_pq_commitment_bytes testing flag.
A builder-style constructor is provided for tests that want to spin up servers
with synthetic configs without touching clap’s std::env::args parser.