Merge "build_flag: when printing all flags, sort them." into main

This commit is contained in:
Treehugger Robot 2024-06-12 02:21:23 +00:00 committed by Gerrit Code Review
commit 0499f2c687

View file

@ -163,6 +163,7 @@ func GetCommand(configs *rc_lib.ReleaseConfigs, commonFlags Flags, cmd string, a
for _, fa := range configs.FlagArtifacts {
args = append(args, *fa.FlagDeclaration.Name)
}
slices.Sort(args)
}
var maxVariableNameLen, maxReleaseNameLen int