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
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
This might be out of scope for the goals of your project...
Menuing on git town config setup (which uses survey) expects full VT-xx/xterm support, which is not available when TERM=dumb or TERM=emacs (for example). Either os.GetEnv("TERM") should be queried and decisions made based on that or actual term capability should be queried.
I think it would be pretty easy to provide vanilla stdin reads for normal single-select prompts and might get a bit messier for multi-selection prompts (tho I could see reading until a blank response or some-such).
The text was updated successfully, but these errors were encountered:
Came here from git-town/git-town#1201
This might be out of scope for the goals of your project...
Menuing on
git town config setup
(which uses survey) expects full VT-xx/xterm support, which is not available when TERM=dumb or TERM=emacs (for example). Either os.GetEnv("TERM") should be queried and decisions made based on that or actual term capability should be queried.I think it would be pretty easy to provide vanilla stdin reads for normal single-select prompts and might get a bit messier for multi-selection prompts (tho I could see reading until a blank response or some-such).
The text was updated successfully, but these errors were encountered: