Files
got/cli
Hojun-Cho 6c045999f2 cli: make bool parsing case-sensitive
Completes the boolean fix: only literal "true"/"false" are accepted, with no
case folding, so "True"/"TRUE" are rejected. Drop strings.ToLower. Keep
TrimSpace so a config value with surrounding whitespace still parses; only the
case folding was invented leniency.
2026-06-21 15:52:42 +09:00
..