https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18562 --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 84513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84513&action=edit Bug 18562: Tab completion in bash This patch adds the fancy tab completion in bash. To test: - Run: $ source debian/koha-common.bash-completion $ sudo koha-sip <tab> - Play with all the options => SUCCESS: The combinations make sense (e.g. only SIP-enabled instances are completed for --start, --stop, --restart, -v and --verbose are not offered if the other one is already in there, --enable only applies to SIP-disabled instances, etc). - Sign off :-D -- You are receiving this mail because: You are watching all bug changes.