We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d8b73 commit 137f3b6Copy full SHA for 137f3b6
internal/agrupamento_de_dados/help.go
@@ -7,8 +7,7 @@
7
package agrupamento_de_dados
8
9
import (
10
- "fmt"
11
-
+ base "github.com/fabianoflorentino/aprendago/pkg/base_content"
12
"github.com/fabianoflorentino/aprendago/pkg/format"
13
)
14
@@ -31,6 +30,6 @@ func Help() {
31
30
{Flag: flagMapsRangeEDeletando, Description: descMapsRangeEDeletando},
32
}
33
34
- fmt.Println("Capítulo 8: Agrupamento de Dados")
35
- format.PrintHelpMe(h)
+ b := base.New()
+ b.HelpMe("Capítulo 8: Agrupamento de Dados", h)
36
0 commit comments