Changelog

denoland/std · · 2 commits

CLI promptSelect fixes tiny-terminal rendering

@std/cli bumps to 1.0.32 and fixes promptSelect so it still shows an option when terminal height collapses to zero.

Prompt select now always renders at least one item (crowlKats41d6b67)

promptSelect() used to collapse visibleLines to 0 when the available terminal height was too small, which left users with only a scroll indicator and no selectable items. This clamps the visible count to at least 1, fixing the tiny-terminal/fit-to-remaining-height edge case.

Other misc changes

  • Release bookkeeping for 2026.07.03 (denobot3b390d0)
  • @std/cli version bump to 1.0.32 and import map update (denobot3b390d0)