[feedgnuplot] 08/15: tab completion for --image
Dima Kogan
dima at secretsauce.net
Tue Jun 20 23:46:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.
commit 1744aeb6d2a41fa20c8efa5cf8222c0cc4e8e78e
Author: Dima Kogan <dima at secretsauce.net>
Date: Mon Jun 19 13:11:42 2017 -0700
tab completion for --image
---
completions/bash/feedgnuplot | 1 +
completions/zsh/_feedgnuplot | 1 +
2 files changed, 2 insertions(+)
diff --git a/completions/bash/feedgnuplot b/completions/bash/feedgnuplot
index 81460b1..1cb7e3b 100644
--- a/completions/bash/feedgnuplot
+++ b/completions/bash/feedgnuplot
@@ -21,6 +21,7 @@ complete -W \
--set \
--unset \
--equation \
+ --image \
--geometry \
--hardcopy \
--help \
diff --git a/completions/zsh/_feedgnuplot b/completions/zsh/_feedgnuplot
index f29c20f..8826e94 100644
--- a/completions/zsh/_feedgnuplot
+++ b/completions/zsh/_feedgnuplot
@@ -33,6 +33,7 @@ _arguments -S
'*--set[Additional 'set' gnuplot commands]:set-option' \
'*--unset[Additional 'unset' gnuplot commands]:unset-option' \
'*--equation[Raw symbolic equation]:equation' \
+ '--image[Image file to render beneath the data]:image' \
'--square[Plot data with square aspect ratio]' \
'--square_xy[For 3D plots, set square aspect ratio for ONLY the x,y axes]' \
'--hardcopy[Plot to a file]:filename' \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git
More information about the debian-science-commits
mailing list