log spec/util_argparse_spec.lua @ 14216:2ec517d8d43e

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
Wed, 05 Jan 2022 04:46:27 +0100 Kim Alvefur util.argparse: Add support for repeatable parameters
Mon, 25 Apr 2022 15:24:56 +0100 Matthew Wild util.argparse: Revise 553c6204fe5b with a different approach 0.12
Tue, 12 Oct 2021 14:54:04 +0200 Kim Alvefur util.argparse: Add test for #1691
Tue, 12 Oct 2021 14:48:21 +0200 Kim Alvefur util.argparse: Tests