diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-22 09:54:19 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-22 09:56:35 +0000 |
| commit | f42da615be7c994581b49ed9d5c17325b904b8f6 (patch) | |
| tree | a9592428fb17b4337d315384a4658a329b404efe /tests/ngit_pull.rs | |
| parent | f79014235e85554e3661b3f2a02b8fa88bc192ff (diff) | |
feat(login): auto-proceed upon signer response
don't ask the user to press any key to proceed once the signer
successfully responds.
various approaches were to tried await either any key press or the
signer reponse such as `tokio::oneshot`, `tokio::mpsc` and
`tokio::watch` but all would keep the process running until key
press. this solution of aborting with `signal::ctrl_c` prevents the
work around of asking the user to press any key upon
the signer reponse.
Diffstat (limited to 'tests/ngit_pull.rs')
0 files changed, 0 insertions, 0 deletions