Improved -l option to list uniq checks

This commit is contained in:
Toni de la Fuente
2019-06-11 20:37:18 +02:00
parent 588976ac45
commit 3947ee2aae

View File

@@ -271,7 +271,8 @@ execute_all() {
# Function to show the titles of everything
show_all_titles() {
for i in "${!GROUP_TITLE[@]}"; do
MAIN_GROUPS=(1 2 3 4 7)
for i in "${MAIN_GROUPS[@]}"; do
show_group_title $i
# Display the title of the checks
IFS=',' read -ra CHECKS <<< ${GROUP_CHECKS[$i]}