add task support (#39)

fixes #34
This commit is contained in:
T. von Dein
2026-06-16 08:25:25 +02:00
parent d1f3082e5a
commit 97004e0957
3 changed files with 149 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ func Main() int {
Version(conf),
Debug(conf),
Roles(conf),
Task(conf),
HelpJsonPath(conf),
},