refactor: use core/go-help module instead of core/go/pkg/help
Some checks failed
Deploy / build (push) Failing after 3s
Security Scan / security (push) Successful in 12s

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-06 09:11:59 +00:00
parent 945be23adc
commit 71cf86c02e

View file

@ -4,7 +4,7 @@ import (
"fmt"
"forge.lthn.ai/core/cli/pkg/cli"
"forge.lthn.ai/core/go/pkg/help"
"forge.lthn.ai/core/go-help"
)
func AddHelpCommands(root *cli.Command) {