summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2026-05-10 17:22:33 +0200
committerLizzy Fleckenstein <lizzy@vlhl.dev>2026-05-10 17:22:33 +0200
commitf9655c94631a30c05434a50fe1e5c24d2408f519 (patch)
tree0fd06604ea48cb1f7c4c5d4210142fcc8f31774b
parentf930714d2b692a899a8d0f9c9e4311504f025bb5 (diff)
downloaddraslbot-main.tar.xz
create readme from --helpHEADmain
-rw-r--r--README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..fe17365
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,10 @@
+Usage: draslbot [OPTIONS] --username <USERNAME> --backend <BACKEND> --server <SERVER>
+
+Options:
+ -u, --username <USERNAME> Player name
+ -b, --backend <BACKEND> Drasl backend to authenticate with (should have /auth, /session and optionally /player routes)
+ -s, --server <SERVER> Minecraft server to connect to
+ -p, --password <PASSWORD> If not present, password will be queried at runtime as needed. Drasl Minecraft Token can be used instead of password
+ -n, --no-certs Disable requesting signing certificates
+ -h, --help Print help
+ -V, --version Print version