From f556147358998c4eb11eab8045db96448112a017 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 01:53:09 -0500 Subject: new argv bash autocomplete --- build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build') diff --git a/build b/build index 58ef064..50afaf6 100755 --- a/build +++ b/build @@ -3,3 +3,6 @@ # this is the systemd control file mkdir -p files/usr/bin/ cp ../virtigoctl/virtigoctl files/usr/bin/ + +mkdir -p files/usr/share/bash-completion/completions/ +virtigo --bash > files/usr/share/bash-completion/completions/virtigo -- cgit v1.2.3