fix: allow key_command to run TTY-interactive programs like pinentry-curses #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "guochao/agent-run:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Inherit stdin and stderr from the parent process so interactive programs
can render curses UI and read user input, while still piping stdout to
capture the key.