add knecht

This commit is contained in:
2026-04-04 14:34:22 +02:00
parent 736477cf57
commit fe6ce5249e
22 changed files with 1885 additions and 1 deletions

7
knecht/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/jensbecker/homelab/knecht/cmd"
func main() {
cmd.Execute()
}