[silo-llnl] 07/21: First cut, bash completion
Alastair McKinstry
mckinstry at moszumanska.debian.org
Fri Jul 28 11:55:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository silo-llnl.
commit f5ec7cee15108d4006b1f9c493d6c38bebc2a20d
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sat Jun 11 10:18:17 2016 +0100
First cut, bash completion
---
debian/bash_completion.d/libsilo-bin | 39 ++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/debian/bash_completion.d/libsilo-bin b/debian/bash_completion.d/libsilo-bin
new file mode 100644
index 0000000..96dc0b1
--- /dev/null
+++ b/debian/bash_completion.d/libsilo-bin
@@ -0,0 +1,39 @@
+# bash completions for Silo 4.10.2, -*- shell-script -*-
+# -- mckinstry at debian.org. 2016-06-06, v0.1
+
+complete -W " --help -v --version \
+ -m --magic-file -z -Z --uncompress \
+ --uncompress-noreport -b --brief \
+ -c --checking-printout -e --exclude \
+ -f --files-from -F --separator \
+ -i --mime --apple --extension \
+ --mime-type --mime-encoding -k --keep-going \
+ -l --list -L --deference n --no-buffer \
+ -N --no-pad -0 -print0 -p --preserve-date \
+ -P --parameter -r --raw -s --special-files \
+ -C --compile -d --debug
+ " -f silofile
+
+complete -W "--help -q -progess " -f silofile
+
+complete -W " -A --absolute -R --relative \
+ -x --epsilon -V --version \
+ -d --diff -e --eval -E --exclude \
+ -f --file -h --help -l --lowlevel \
+ -n --height -q --quiet -o --obase \
+ -r --rdonly -s --single -v --verbose \
+ -w --width --debug -c --checksums \
+ --hdf5-vfd-opts" -f browser
+
+complete -W " -help -recurse -verbose \
+ -A --absolute -R --relative \
+ -x --epsilon -V --version \
+ -d --diff -e --eval -E --exclude \
+ -f --file -h --help -l --lowlevel \
+ -n --height -q --quiet -o --obase \
+ -r --rdonly -s --single -v --verbose \
+ -w --width --debug -c --checksums \
+ --hdf5-vfd-opts" -f silodiff
+
+
+# ex: ts=4 sw=4 et filetype=sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/silo-llnl.git
More information about the debian-science-commits
mailing list