Update src/finish.py
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Tests / test (bash) (push) Has been cancelled
Tests / test (zsh) (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / docker (push) Has been cancelled

This commit is contained in:
2025-12-29 17:32:27 +01:00
parent 909d5ad345
commit 851e6638b1

View File

@@ -376,7 +376,7 @@ bind -x '"\\e\\\\": _finish_complete'
if marker in text:
return
rc.write_text(text + "\n" + snippet)
console.print("[green]Key-binding installed (Alt+\\)[/] restart your shell.")
console.print("[green]Key-binding installed (Alt+\\)[/] - restart your shell.")
def main():
# Handle readline-complete flag before argparse (for bash bind -x)