mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
reordered bash completion entries in alphabetical order. removed duplicate --zlabel
This commit is contained in:
parent
c169330fca
commit
c615c8d65e
@ -1,43 +1,42 @@
|
|||||||
complete -W \
|
complete -W \
|
||||||
' \
|
' \
|
||||||
--domain \
|
--3d \
|
||||||
--dataid \
|
--autolegend \
|
||||||
--3d \
|
--binwidth \
|
||||||
--colormap \
|
--circles \
|
||||||
--stream \
|
--colormap \
|
||||||
--lines \
|
--curvestyle \
|
||||||
--points \
|
--curvestyleall \
|
||||||
--circles \
|
--dataid \
|
||||||
--xlabel \
|
--domain \
|
||||||
--ylabel \
|
--dump \
|
||||||
--y2label \
|
--extraValuesPerPoint \
|
||||||
--zlabel \
|
--extracmds \
|
||||||
--zlabel \
|
--geometry \
|
||||||
--title \
|
--hardcopy \
|
||||||
--autolegend \
|
--histogram \
|
||||||
--xlen \
|
--histstyle \
|
||||||
--xmin \
|
--legend \
|
||||||
--xmax \
|
--lines \
|
||||||
--ymin \
|
--maxcurves \
|
||||||
--ymax \
|
--monotonic \
|
||||||
--y2min \
|
--points \
|
||||||
--y2max \
|
--square \
|
||||||
--zmin \
|
--square_xy \
|
||||||
--zmax \
|
--stream \
|
||||||
--y2 \
|
--terminal \
|
||||||
--curvestyleall \
|
--title \
|
||||||
--extracmds \
|
--xlabel \
|
||||||
--square \
|
--xlen \
|
||||||
--square_xy \
|
--xmax \
|
||||||
--hardcopy \
|
--xmin \
|
||||||
--maxcurves \
|
--y2 \
|
||||||
--monotonic \
|
--y2label \
|
||||||
--extraValuesPerPoint \
|
--y2max \
|
||||||
--dump \
|
--y2min \
|
||||||
--geometry \
|
--ylabel \
|
||||||
--curvestyle \
|
--ymax \
|
||||||
--histogram \
|
--ymin \
|
||||||
--binwidth \
|
--zlabel \
|
||||||
--histstyle \
|
--zmax \
|
||||||
--terminal \
|
--zmin' feedgnuplot
|
||||||
--legend' feedgnuplot
|
|
||||||
|
Loading…
Reference in New Issue
Block a user