feat: use termwiz as backend as that enables a ptty, which can be cleaned up nicely
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-23 22:16:19 +02:00
parent f0f81f8a0b
commit 348e448ce9
10 changed files with 663 additions and 107 deletions

View File

@@ -1,5 +1,5 @@
function git-now {
choice=$(gitnow "$@")
choice=$(gitnow "$@" --no-shell)
if [[ $? -ne 0 ]]; then
return $?
fi