mirror of
https://github.com/pstadler/metrics.sh.git
synced 2025-11-08 21:24:54 -05:00
README. minor bug fixes
This commit is contained in:
@@ -193,6 +193,8 @@ main_print_docs () {
|
||||
echo
|
||||
echo "# REPORTERS"
|
||||
for reporter in $__AVAILABLE_REPORTERS; do
|
||||
load_reporter_with_prefix __r_${reporter}_ ./reporters/${reporter}.sh
|
||||
|
||||
if ! is_function __r_${reporter}_docs; then
|
||||
continue
|
||||
fi
|
||||
@@ -229,6 +231,8 @@ main_print_config () {
|
||||
done
|
||||
|
||||
for reporter in $__AVAILABLE_REPORTERS; do
|
||||
load_reporter_with_prefix __r_${reporter}_ ./reporters/${reporter}.sh
|
||||
|
||||
if ! is_function __r_${reporter}_docs; then
|
||||
continue
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user