You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Sometimes you have DEBIAN_FRONTEND=noninteractive set or you want to complete a task non interactively
Describe the solution you'd like
A clear and concise description of what you want to happen.
pass a --non-interactive flag at the top level such that the bash script can be completed and the gum commands at each point know which value to use
i.e. gum confirm has a placeholder but they would need an enter keypress
this applies to the gum confirm, input, choose, file commands
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
i couldnt get echo n | gum choose {1..5} or `>> n' to work
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Sometimes you have
DEBIAN_FRONTEND=noninteractive
set or you want to complete a task non interactivelyDescribe the solution you'd like
A clear and concise description of what you want to happen.
pass a
--non-interactive
flag at the top level such that the bash script can be completed and the gum commands at each point know which value to usei.e. gum confirm has a placeholder but they would need an enter keypress
this applies to the gum confirm, input, choose, file commands
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
i couldnt get
echo n | gum choose {1..5}
or `>> n' to workAdditional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: