refactor: use core/go-help module instead of core/go/pkg/help
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
945be23adc
commit
71cf86c02e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue