You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever i have more than the pageSize of items , I get the message:
(Use arrow keys to reveal more choices)
but this seems hardcoded in the code. it can't be localized or customized in any way.
Also, on a separate note, i've cloned the Inquirer.js repo and it seems to be a whopping 2.9 GB. This seems to be coming from the .git folder, it seems at some point some commit may have checked in huge items, but they still remain in history. I suggest you try to fix this, because it's just not right IMO.
Thank you.
The text was updated successfully, but these errors were encountered:
Note you could hack this today by overwriting the theme.style.help to return a different string. But a cleaner approach would be to expose an option to localize this text; kinda like we do on the checkbox prompt here.
hi,
Whenever i have more than the pageSize of items , I get the message:
(Use arrow keys to reveal more choices)
but this seems hardcoded in the code. it can't be localized or customized in any way.
Also, on a separate note, i've cloned the Inquirer.js repo and it seems to be a whopping 2.9 GB. This seems to be coming from the .git folder, it seems at some point some commit may have checked in huge items, but they still remain in history. I suggest you try to fix this, because it's just not right IMO.
Thank you.
The text was updated successfully, but these errors were encountered: