Commit Graph

8 Commits

Author SHA1 Message Date
Robin Olsen
f91d33e2f0 add list command to view available tasks
move init to a taks.go for centralization
2026-02-18 13:19:16 +01:00
Robin Olsen
23747fb799 refactor to use Tasker interface instead of Task
add tasker register for registering tasks for extiensibility
2026-02-18 13:07:23 +01:00
Robin Olsen
0ffe4f11b3 add command to specify task
add runTask to run spesific task with spesific interface
2026-02-17 20:03:43 +01:00
Robin Olsen
294f2524f5 add submit command(empty)
change to use flag to specify interface type
2026-02-17 16:39:59 +01:00
Robin Olsen
d231f07659 check if arg 2026-02-17 13:35:27 +01:00
Robin Olsen
235275d911 add so u can choose interface 2026-02-17 13:02:24 +01:00
Robin Olsen
279adb157e refactor for better maintainability and readabilty 2026-02-17 11:11:54 +01:00
Robin Olsen
a38e32aa78 use cobra for cli
delete pkg/runner and put funcs in task
add start command
2026-02-17 10:24:15 +01:00