#45 jmeter-plugins: remove unneded wrapper function

This commit is contained in:
Julien Nicoulaud 2011-09-18 21:17:16 +02:00
parent e75f46c85c
commit 28e2c1482a
1 changed files with 17 additions and 21 deletions

View File

@ -43,24 +43,20 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
_jmeter-plugins-cmd() { _arguments \
_arguments \ '(- 1 *)--help[show help options]' \
'(- 1 *)--help[show help options]' \ '--generate-png[generate PNG file containing graph]:PNG file name:_files -g "*.png"' \
'--generate-png[generate PNG file containing graph]:PNG file name:_files -g "*.png"' \ '--generate-csv[generate CSV file containing graph data]:CSV file name:_files -g "*.csv"' \
'--generate-csv[generate CSV file containing graph data]:CSV file name:_files -g "*.csv"' \ '--input-jtl[load data from specified JTL file]:JTL file:_files -g "*.jtl"' \
'--input-jtl[load data from specified JTL file]:JTL file:_files -g "*.jtl"' \ '--plugin-type[type of graph to use for results generation]:class' \
'--plugin-type[type of graph to use for results generation]:class' \ '--width[set graph width]:graph width (pixels)' \
'--width[set graph width]:graph width (pixels)' \ '--height[set graph height]::graph height (pixels)' \
'--height[set graph height]::graph height (pixels)' \ '--granulation[granulation time for samples]:time (ms)' \
'--granulation[granulation time for samples]:time (ms)' \ '--relative-times[use relative X axis times, no will set absolute times]: :((yes no))' \
'--relative-times[use relative X axis times, no will set absolute times]: :((yes no))' \ '--aggregate-rows[aggregate all rows into one]: :((yes no))' \
'--aggregate-rows[aggregate all rows into one]: :((yes no))' \ '--paint-gradient[paint gradient background]: :((yes no))' \
'--paint-gradient[paint gradient background]: :((yes no))' \ '--paint-zeroing[paint zeroing lines]: :((yes no))' \
'--paint-zeroing[paint zeroing lines]: :((yes no))' \ '--prevent-outliers[prevent outliers on distribution graph]: :((yes no))' \
'--prevent-outliers[prevent outliers on distribution graph]: :((yes no))' \ '--limit-rows[limit number of points in row]:number of points' \
'--limit-rows[limit number of points in row]:number of points' \ '--force-y[force Y axis limit]:limit' \
'--force-y[force Y axis limit]:limit' \ '--hide-low-counts[hide points with sample count below limit]:limit'
'--hide-low-counts[hide points with sample count below limit]:limit'
}
_jmeter-plugins-cmd "$@"