Environment
- OS: macOS 26.4.1
- Node Version: v20.19.2
- Package: @clack/prompts
- Package Version: 1.3.0
Describe the bug
A clear and concise description of what the bug is.
From the example:
updateSettings({
w: 'up',
a: 'left',
s: 'down',
d: 'right',
},
withGuide: false,
messages: {
cancel: 'Operación cancelada',
error: 'Se produjo un error',
},
});
But I get:
Object literal may only specify known properties, and 'messages' does not exist in type 'ClackSettings'.
Environment
Describe the bug
A clear and concise description of what the bug is.
From the example:
But I get: