Structs§
Enums§
- AppEvent
- Create
Wizard Step - Key
- Reducer-facing key abstraction, independent of the terminal backend.
Phase 5 maps crossterm’s
KeyEventonto this; keeping the reducer decoupled from crossterm is what lets these tests run without a terminal. - Launch
AppStep - Modal
- Palette
Command - Pending
Operation - Intent behind an in-flight simctl operation. Lets the reducer reconcile
pending_operationsagainst an arrivingRefreshedlisting — if the sim already reached the target state we can drop the pending entry even when the spawned task has not yet returned (a known macOS quirk wherexcrun simctl shutdowncan block for many seconds after the simulator is already shut down). - Privacy
Wizard Step - Side
Effect
Functions§
- is_
printable - Accepts anything visually representable on one line: rejects newlines/line separators and C0/DEL control characters; admits letters, digits, punctuation, symbols, and other whitespace.
- reduce