Skip to content

Replacing the separating space between message and input #1169

@jareware

Description

@jareware

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:

key=<value>

without any space between, but currently one can only achieve this:

key= <value>

with suffix: '='.

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions