logto
logto copied to clipboard
fix: support capital letter "Y" in command line prompt
Summary
Support capital letter "Y" in logto command line prompt.
Previously when prompt (Y/n) in command line, if user inputs "Y", it will be considered as negative answer and the command line tool will be terminated.
Testing
- [x] Tested locally
LOG-4163 Support capital "Y" in Logto command line prompt
Currently when prompt Y/n in logto command line, if user inputs capital letter "Y", it will be considered as a "No".
COMPARE TO master
Total Size Diff :chart_with_upwards_trend: +30 Bytes
Diff by File
| Name | Diff |
|---|---|
| install.js | :chart_with_upwards_trend: +14 Bytes |
| packages/core/src/env-set/parameters.ts | :chart_with_upwards_trend: +16 Bytes |