#45 jmeter-plugins: remove unneded wrapper function
This commit is contained in:
parent
e75f46c85c
commit
28e2c1482a
|
@ -43,8 +43,7 @@
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
_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"' \
|
||||||
|
@ -61,6 +60,3 @@ _jmeter-plugins-cmd() {
|
||||||
'--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 "$@"
|
|
||||||
|
|
Loading…
Reference in New Issue