Really cool lib, love it!
|
return [`${prefix} ${message}${defaultStr} ${formattedValue}`, error]; |
Would it be somehow possible to customize the separator " " between defaultStr and formattedValue here? ☝️
I would like to format my prompts so that the result shows in the console as:
without any space between, but currently one can only achieve this:
with suffix: '='.
Thoughts?
Really cool lib, love it!
Inquirer.js/packages/input/src/index.ts
Line 74 in 346cf16
Would it be somehow possible to customize the separator
" "betweendefaultStrandformattedValuehere? ☝️I would like to format my prompts so that the result shows in the console as:
without any space between, but currently one can only achieve this:
with
suffix: '='.Thoughts?