1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-12-20 00:23:11 +02:00

add shell completion build scripts

This commit is contained in:
Kelly Brazil
2022-07-05 16:41:23 -07:00
parent d0bde14a2a
commit eeee776555
6 changed files with 424 additions and 2 deletions

View File

@@ -19,3 +19,7 @@
wait
echo
echo "All documentation updated"
echo
echo "Building shell completion scripts"
./build-completions.py && echo "++++ shell completion build successful" || echo "---- shell completion build failed"