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
An argument group created with only a description rendered its heading
as the program name followed by nothing, because the title was None,
and every such group shared the label tool-None; two of them raised a
duplicate label warning that fails builds run with -W.
The description now serves as the heading when the title is missing,
and a group with neither falls back to "arguments", so each section
keeps a distinct, stable anchor. Titled groups are untouched.
0 commit comments