Bug 17467: Add tab-completion for koha-zebra
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 19 Oct 2016 18:54:52 +0000 (15:54 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 17:10:30 +0000 (14:10 -0300)
commit2a1120c9ddccb8bb96c030ef906a93f6f84091b2
tree9d33510a5bff2776352779abfef44790cfa9ec4c
parent8003dde3c9014101273902405514d7ca8bee76ea
Bug 17467: Add tab-completion for koha-zebra

This patch adds tab-completion for bash, for the koha-zebra script.

To test:
- Run (on the vagrant user):
  $ source kohaclone/debian/koha-common.bash-completion
- Run:
  $ sudo koha-zebra -<TAB>
  (<TAB> means press the tab key)
=> SUCCESS: Tab completion works as expected for the koha-zebra command.
- Sign off :-D

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
debian/koha-common.bash-completion