zsh completion: --xlen argument isn't optional

This commit is contained in:
Dima Kogan 2018-02-28 23:17:15 -08:00
parent 319e86b667
commit 5cf4acca62

View File

@ -16,7 +16,7 @@ _arguments -S
'--zlabel:Z-axis label:' \ '--zlabel:Z-axis label:' \
'--title:Plot title:' \ '--title:Plot title:' \
'--autolegend[Label each plot with its data ID]' \ '--autolegend[Label each plot with its data ID]' \
'(--3d)--xlen[the size of the x-window to plot]::window size:' \ '(--3d)--xlen[the size of the x-window to plot]:window size:' \
'(--xlen)--xmin:min X:' \ '(--xlen)--xmin:min X:' \
'(--xlen)--xmax:max X:' \ '(--xlen)--xmax:max X:' \
'--ymin:min Y:' \ '--ymin:min Y:' \