]> 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)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Fri, 10 Oct 2025 18:36:05 +0000 (18:36 +0000)
commit1d416c84f31b35c33c267bea53ae430201478580
tree000181cdee6f267bb52f128edf05e5d95bd53ef8
parenta0074df6d034ba8f23a4789c79c0ed4a63073b04
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)
(cherry picked from commit 321859b6afabc80b214fb9eff17ab5f1810a09e3)
src/script/build-with-container.py