miller/test/cases/help
John Kerl 1004ba5097
DSL format function: support 1-based positional placeholders like {1} (#1650) (#2160)
Plain {} placeholders consume arguments sequentially as before; {N}
refers to the Nth argument (1-based) and may be used to repeat and/or
reorder arguments, e.g. format("{1}/{2}/{1}_{3}.ext", $p1, $p2, $p3).
Mixing is allowed: the {} sequence counter is independent of positional
placeholders (as in Rust format!). Out-of-range indices interpolate the
empty string, consistent with existing too-few-arguments behavior; {0}
is an error value since indices are 1-based.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 15:15:33 -04:00
..
0001 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0002 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0003 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0004 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0005 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0006 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0007 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0008 Fix #891 (#892) 2022-01-20 13:34:58 -05:00
0009 Fix #891 (#892) 2022-01-20 13:34:58 -05:00
0010 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0011 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0012 DSL format function: support 1-based positional placeholders like {1} (#1650) (#2160) 2026-07-06 15:15:33 -04:00
0013 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0014 Tier-2 structured verb options: OptionSpec, initial migration (#2098) (#2111) 2026-07-03 14:27:23 -04:00
0015 Tier-2 structured verb options: OptionSpec, initial migration (#2098) (#2111) 2026-07-03 14:27:23 -04:00
0016 Tier-2 structured verb options: OptionSpec, initial migration (#2098) (#2111) 2026-07-03 14:27:23 -04:00
0017 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0018 Implement --csv-trim-leading-space flag (#1272) 2023-04-20 13:13:55 -03:00