added tab completions for --every and --everyall

This commit is contained in:
Dima Kogan 2020-04-17 14:05:54 -07:00
parent c4eef7a167
commit 2e6c9d6ea3
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@ complete -W \
--curvestyleall \ --curvestyleall \
--style \ --style \
--styleall \ --styleall \
--every \
--everyall \
--with \ --with \
--dataid \ --dataid \
--domain \ --domain \

View File

@ -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)' \