@nmakarov/cli-toolkit 0.11.4 → 0.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/init.js CHANGED
@@ -661,6 +661,8 @@ async function showScreen(config2) {
661
661
  keyMatches = true;
662
662
  } else if (input === binding.key) {
663
663
  keyMatches = true;
664
+ } else if (key?.name === binding.key) {
665
+ keyMatches = true;
664
666
  }
665
667
  if (keyMatches) {
666
668
  if (binding.enabled === false) {