Skip to content

mac-cleaner-cli has right arrow using @inquirer/checkbox which doesn't support it #52

@jbrva

Description

@jbrva

Mac Cleaner CLI version

1.3.1

macOS version

Tahoe

Node.js version

v25.8.2

What happened?

Right arrow does not work without --file-picker

Steps to reproduce

cat ~/.npm-global/lib/node_modules/mac-cleaner-cli/package.json | grep -A 20 '"dependencies"'
"dependencies": {
"@inquirer/checkbox": "^5.0.2",
"@inquirer/confirm": "^6.0.2",
"chalk": "^5.3.0",
"commander": "^14.0.2",
"ora": "^9.0.0"
},
"os": [
"darwin"
],
"engines": {
"node": ">=20.12.0"
}

Expected behavior

@inquirer/checkbox

Doesn't support right arrow natively. Up/down to navigate, space to select, enter to confirm.

Error output / logs

Checklist

  • I searched existing issues and this hasn't been reported before
  • I'm using the latest version

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions