You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/agrupamento_de_dados/help.go
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,20 @@ import (
18
18
// the format.HelpMe structure to organize the flags and their corresponding descriptions,
19
19
// and outputs the information using the format.PrintHelpMe function.
20
20
funcHelp() {
21
-
hlp:= []format.HelpMe{
22
-
{Flag: "--array", Description: "Apresenta o tópico Array."},
23
-
{Flag: "--slice-literal-composta", Description: "Apresenta o tópico Slice Literal Composta."},
24
-
{Flag: "--slice-for-range", Description: "Apresenta o tópico Slice: for range."},
25
-
{Flag: "--slice-fatiando-ou-deletando-de-uma-fatia", Description: "Apresenta o tópico Slice: fatiando ou deletando de uma fatia."},
26
-
{Flag: "--slice-fatiando-ou-deletando-de-uma-fatia --resolucao", Description: "Apresenta a resolução do tópico Slice: fatiando ou deletando de uma fatia."},
27
-
{Flag: "--slice-anexando-a-uma-slice", Description: "Apresenta o tópico Slice: anexando a uma slice."},
28
-
{Flag: "--slice-make", Description: "Apresenta o tópico Slice: Make."},
29
-
{Flag: "--slice-multi-dimensional", Description: "Apresenta o tópico Slice: Multi Dimensional."},
30
-
{Flag: "--slice-a-surpresa-do-array-subjacente", Description: "Apresenta o tópico Slice: a surpresa do array subjacente."},
31
-
{Flag: "--maps-introducao", Description: "Apresenta o tópico Maps: introdução."},
32
-
{Flag: "--maps-range-e-deletando", Description: "Apresenta o tópico Maps: Range e Deletando."},
0 commit comments