We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5c37af + 5cb2023 commit a2b7710Copy full SHA for a2b7710
exe/Arguments.hs
@@ -77,7 +77,7 @@ arguments exeName = Arguments
77
(short 'j'
78
<> help "Number of threads (0: automatic)"
79
<> metavar "NUM"
80
- <> value 1
+ <> value 0
81
<> showDefault
82
)
83
0 commit comments