mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[GH-ISSUE #548] Auto-completion in interactive mode doesn't seem to work on FreeBSD #136
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @alexdupre on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/548
and arrows don't work in interactive mode on FreeBSD.
@alexdupre commented on GitHub (Apr 8, 2025):
The solution is to install the
p5-Term-ReadLine-Gnupackage. You might want to add it topackages-check.sh.@speed47 commented on GitHub (Jul 7, 2025):
Indeed, easy enough to fix, thanks!