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