From 177f3214d3115a5f38e139cff3963d7fb11b439a Mon Sep 17 00:00:00 2001 From: Autumn Date: Sun, 17 May 2026 14:54:20 +0100 Subject: [main] added placeholder main util --- src/help.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/help.lua (limited to 'src/help.lua') diff --git a/src/help.lua b/src/help.lua new file mode 100644 index 0000000..0df6c51 --- /dev/null +++ b/src/help.lua @@ -0,0 +1,18 @@ +-- +-- ~~~ help messages +-- + +-- main function +function main () + + print("\nSelenePaw - a Lua-based PawSD utility.") + print("\nCurrently this util does nothing, but here are some planned features:") + print("* echo-ing a service") + print("* fetching a service's records\n") + +end + +-- return +return { + main = main +} -- cgit v1.3