-
Notifications
You must be signed in to change notification settings - Fork 468
Open
Description
Describe the bug
Since v0.15+, gum input doubles the prompt when executed
To Reproduce
Steps to reproduce the behavior:
cat <<-DOCKERFILE | docker build --tag gum - && docker run --rm -it gum input
FROM alpine
WORKDIR /gum
ADD https://github.com/charmbracelet/gum/releases/download/v0.16.0/gum_0.16.0_aarch64.apk .
RUN apk add --allow-untrusted gum_0.16.0_aarch64.apk
ENTRYPOINT ["gum"]
DOCKERFILEExpected behavior
The prompt should only appear once, as it does in gum v0.14.x
Desktop (please complete the following information):
- OS: macOS / alpine linux
- Browser N/A
- Version v0.16.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
