From bb99305225210181525b1482888a7bfddd9ff68e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 01:41:05 -0500 Subject: new autocomplete method --- build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build') diff --git a/build b/build index ca28d63..83f16a6 100755 --- a/build +++ b/build @@ -6,3 +6,6 @@ cp zookeeper.service files/lib/systemd/system/ mkdir -p files/usr/lib/zookeeper/ cp Makefile.help files/usr/lib/zookeeper/Makefile + +mkdir -p files/usr/share/bash-completion/completions/ +zookeeper --bash > files/usr/share/bash-completion/completions/zookeeper -- cgit v1.2.3