Files
hyperframes/packages/cli/src
Miguel Angel Simon Sierra c0cff0bf1b refactor(cli): type the compare --against argument parse
The parse mirrored the older unknown-typed style, so every field was
type-tested at runtime. Citty hands string flags back as strings and
boolean flags as booleans, so ReferenceCompareCliArgs states that and the
helpers narrow string | undefined instead.
2026-08-07 18:57:30 -07:00
..