]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
build-with-container: add argument groups to organize options 65628/head
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 14:39:54 +0000 (10:39 -0400)
commit45f8b37d52f05ef8763eefb828fed998211635ac
tree7def721110530f55ed4e170c5adb8e1b6976fd6c
parent266705743e7fe98d89d7071d30d9d3223eaadd40
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