Skip to content
This repository was archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Add -nl option
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Mar 31, 2017
1 parent de6640c commit f153fd9
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions funceble
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f153fd9

Please sign in to comment.