chore: run make fmt and make i18n

This commit is contained in:
2025-01-22 18:12:26 +03:00
parent 309ecf784f
commit fd643ea6cd
5 changed files with 44 additions and 45 deletions

View File

@ -36,7 +36,7 @@ import (
)
func HelperCmd() *cli.Command {
var helperListCmd = &cli.Command{
helperListCmd := &cli.Command{
Name: "list",
Usage: gotext.Get("List all the available helper commands"),
Aliases: []string{"ls"},