mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
added tab completions for --every and --everyall
This commit is contained in:
parent
c4eef7a167
commit
2e6c9d6ea3
@ -9,6 +9,8 @@ complete -W \
|
|||||||
--curvestyleall \
|
--curvestyleall \
|
||||||
--style \
|
--style \
|
||||||
--styleall \
|
--styleall \
|
||||||
|
--every \
|
||||||
|
--everyall \
|
||||||
--with \
|
--with \
|
||||||
--dataid \
|
--dataid \
|
||||||
--domain \
|
--domain \
|
||||||
|
@ -54,6 +54,8 @@ _arguments -S
|
|||||||
'--geometry[The X11 geometry string]:geometry string:' \
|
'--geometry[The X11 geometry string]:geometry string:' \
|
||||||
'*--curvestyle[Additional styles for a curve]:curve id: :style:' \
|
'*--curvestyle[Additional styles for a curve]:curve id: :style:' \
|
||||||
'*--style[Additional styles for a curve]:curve id: :style:' \
|
'*--style[Additional styles for a curve]:curve id: :style:' \
|
||||||
|
'*--every[Decimation factor for a curve]:curve id: :decimation factor:' \
|
||||||
|
'--everyall[Decimation factor for ALL curves]:decimation factor' \
|
||||||
'(--3d)*--histogram:plot to treat as a histogram:' \
|
'(--3d)*--histogram:plot to treat as a histogram:' \
|
||||||
'--binwidth:Histogram bin width:' \
|
'--binwidth:Histogram bin width:' \
|
||||||
'--histstyle:Style of histogram:(frequency fnormal unique cumulative cnormal)' \
|
'--histstyle:Style of histogram:(frequency fnormal unique cumulative cnormal)' \
|
||||||
|
Loading…
Reference in New Issue
Block a user