clack 1.6.0 is out. keyboard hints on select menus, cleaner note() output, and a handful of fixes that make multiline + password prompts behave the way you'd expect. big thanks to @florian-lefebvre.dev for helping ship this 💣
Minor Changes
#568 f87933f Thanks @florian-lefebvre! - Updates default formatter of note() to note dim lines anymore
If you want the old behavior, provide a format() function:
import { note } fro...