]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
init: store Getopt::Long options in hashref
authorEric Wong <e@80x24.org>
Tue, 26 Aug 2025 19:50:42 +0000 (19:50 +0000)
committerEric Wong <e@80x24.org>
Thu, 28 Aug 2025 18:48:14 +0000 (18:48 +0000)
commitb8f413b3b72a09afce4a387efa3d3c1f51173068
treef41c5004512ae9e2596d6b6160d6253233059c67
parente16ffc2bee661cbc12b7837a2d03c50aa87ac08b
init: store Getopt::Long options in hashref

We will pass this options hashref freely across internal
backends, so using a hashref is more consistent with the rest
of our codebase and allows eliminating some local variables.
script/public-inbox-init