Merge "build_flag: when printing all flags, sort them." into main
This commit is contained in:
commit
0499f2c687
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue