Displaying 2 results from an estimated 2 matches for "314bfd0".
Did you mean:
134bafd0
2019 Jul 11
1
[p2v PATCH] Add bash completion scripts
...+
+# Tests.
+TESTS_ENVIRONMENT = \
+ scripts="$(scripts)" \
+ symlinks="$(scripts)" \
+ commands="$(scripts) $(symlinks)" \
+ $(top_builddir)/run --test
+
+TESTS = \
+ test-complete-in-script.sh
diff --git a/bash/README b/bash/README
new file mode 100644
index 0000000..314bfd0
--- /dev/null
+++ b/bash/README
@@ -0,0 +1,6 @@
+This directory contains the scripts for tab-completing commands in
+bash. Note these new-style demand-loaded scripts require
+'bash-completion' >= 1.99.
+
+Tip: To test the bash completions without having to install them,
+simply start a...
2016 Aug 25
7
[PATCH 0/5] bash completion: Add missing bash completion scripts (RHBZ#1367738).
This implements most of RHBZ#1367738. I didn't bother
with virt-v2v-copy-to-local and virt-win-reg, but all the
other tools now have full bash completion.
Rich.