Unverified Commit 2951b50b authored by s7v7nislands's avatar s7v7nislands Committed by GitHub

internal/flags: fix godoc (#24734)

parent a15a32a2
...@@ -107,7 +107,7 @@ type FlagGroup struct { ...@@ -107,7 +107,7 @@ type FlagGroup struct {
Flags []cli.Flag Flags []cli.Flag
} }
// byCategory sorts an array of FlagGroup by Name in the order // ByCategory sorts an array of FlagGroup by Name in the order
// defined in AppHelpFlagGroups. // defined in AppHelpFlagGroups.
type ByCategory []FlagGroup type ByCategory []FlagGroup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment