]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
build-with-container: add argument groups to organize options
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 12 Sep 2025 17:52:25 +0000 (13:52 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 22 Sep 2025 16:30:19 +0000 (12:30 -0400)
commit321859b6afabc80b214fb9eff17ab5f1810a09e3
tree824bd48353e2f5e6867e7dddf998032eaef51ad7
parent30cddbab024697a76e908a8cffd07c62976fb690
build-with-container: add argument groups to organize options

Use the argparse add_argument_group feature to organize the mass of
arguments into more sensible categories. Hopefully, someone reading
over the `--help` output can now more easily see options that
are useful rather than being overwhelmed by a wall of text.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 71a1be4dd0aea004da56c2f518ee70a281a3f7d3)
src/script/build-with-container.py