removed some uneeded argument definitions, and updated the readme

This commit is contained in:
2026-08-17 11:27:09 -05:00
parent 2fefa8daa8
commit 9a69ef0ba6
2 changed files with 65 additions and 8 deletions
-6
View File
@@ -23,12 +23,6 @@ struct Args {
#[arg(short, long, help = "start in server mode")]
server: bool,
#[arg(short, long, help = "start gui client")]
gui: bool,
#[arg(short, long, help = "for testing stuff...")]
test: bool,
#[arg(
short,
long,