logto icon indicating copy to clipboard operation
logto copied to clipboard

fix: support capital letter "Y" in command line prompt

Open charIeszhao opened this issue 3 years ago • 2 comments

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

charIeszhao avatar Sep 13 '22 10:09 charIeszhao

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".

linear[bot] avatar Sep 13 '22 10:09 linear[bot]

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

github-actions[bot] avatar Sep 13 '22 10:09 github-actions[bot]