From 938acd506be21c54602bd8662218797a431409d8 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Wed, 29 Apr 2026 19:10:51 +0200 Subject: [PATCH] readme lua additions --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 2595f8b..8427cca 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,14 @@ We now use clap for parsing the cli args, so dont try the old way! - `--port` : a port where the webserver opens - `--root` : the directory where the webserver serves files from - `--threads` : Number of threads to use (default : 2) +- `--lua-plugin` : A lua plugin (path to it) +- `--lua-arg` : example debug + +## More on Lua plugins: + +Currently its only semi implemented but its on the way. You can load a plugin and depending on where it lives the lua plugin will always choose its own +directory as its current working directory. that is the only thing which i need to mention! Documentation wise its very bad, a wiki of how the Plugin API works +will have to be written! ## Docker