From f153fd98a2a310134c7d4e34a88cbbcaa2be1290 Mon Sep 17 00:00:00 2001 From: funilrys Date: Fri, 31 Mar 2017 11:07:59 +0200 Subject: [PATCH] Add -nl option --- funceble | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/funceble b/funceble index 92b06ad..761a163 100755 --- a/funceble +++ b/funceble @@ -1364,6 +1364,20 @@ else shift 1 ;; + # We catch if we need to deactivate the generation of + # output/logs/* + -nl|--noLogs) + outputLogs=false + shift 1 + ;; + + # We catch if we need to active or deactivate the generation of + # output/result.txt + -nu|--noUnified) + outputUnified=false + shift 1 + ;; + # We catch if have to show or hide the percentages -p|--percentage) showPercentage=true @@ -1377,13 +1391,6 @@ else shift 1 ;; - # We catch if we need to active or deactivate the generation of - # output/result.txt - -nu|--noUnified) - outputUnified=false - shift 1 - ;; - # We split the result into different file --split) splitFiles=true