Adding Initial action (#1)

Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: https://git.front.kjuulh.io/kjuulh/kraken/pulls/1
This commit is contained in:
2022-09-12 22:12:02 +02:00
parent b3302bb3c6
commit 50228f0aff
23 changed files with 1155 additions and 59 deletions

View File

@@ -3,7 +3,7 @@ package main
import (
"os"
"git.front.kjuulh.io/kjuulh/kraken/cmd/server/commands"
"git.front.kjuulh.io/kjuulh/kraken/cmd/kraken/commands"
)
func main() {
@@ -11,7 +11,7 @@ func main() {
}
func Execute() {
err := commands.CreateServerCmd().Execute()
err := commands.CreateKrakenCmd().Execute()
if err != nil {
os.Exit(1)
}