log util/argparse.lua @ 13898:aac30c5ee334

age author description
Thu, 19 Jun 2025 11:19:13 +0100 Matthew Wild util.argparse: Rename kv_params to bool_params, remove support for arbitrary values
Tue, 11 Mar 2025 18:27:36 +0000 Matthew Wild util.argparse: Fix bug (regression?) in argument parsing with --foo=bar 13.0
Mon, 17 Feb 2025 18:24:23 +0000 Matthew Wild util.argparse: Add strict mode + tests 13.0
Mon, 17 Feb 2025 16:38:48 +0000 Matthew Wild util.argparse: Optionally continue processing past positional parameters 13.0
Wed, 05 Jan 2022 04:46:27 +0100 Kim Alvefur util.argparse: Add support for repeatable parameters
Fri, 07 Apr 2023 13:24:29 +0100 Matthew Wild util.argparse: Translate '-' to '_' in long option names for convenience
Mon, 25 Apr 2022 15:24:56 +0100 Matthew Wild util.argparse: Revise 553c6204fe5b with a different approach 0.12
Mon, 25 Apr 2022 15:09:41 +0100 Matthew Wild util.argparse: Return final 'arg' table with positional arguments for convenience 0.12
Tue, 12 Oct 2021 14:59:18 +0200 Kim Alvefur Merge 0.11->trunk
Wed, 17 Jun 2020 19:32:12 +0200 Kim Alvefur util.argparse: Move exiting and error to util.startup
Wed, 19 Feb 2020 21:38:00 +0100 Kim Alvefur util.startup: Break out command line argument parsing into util.argparse