theme.prefix
can now be defined per status:{ idle: string; done: string; }
theme.prefix
changed the defaultprefix.done
style to a tick mark (previously was the same?
as when idle.)theme.message
now takes a second argument representing the status of the prompt;(message: string, status: 'idle' | 'loading' | 'done') => string
- Bump dependencies & an internal refactor of exit handlers.