Make -v1 default for better usability on errors

This commit is contained in:
Domen Kožar 2018-11-24 14:13:24 +00:00
parent 2e4e5e0077
commit 28bfc2cbe8
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -26,7 +26,7 @@ argPair = option $ str >>= \s ->
nixOptions :: UTCTime -> Parser Options
nixOptions current = Options
<$> (fromMaybe ErrorsOnly <$>
<$> (fromMaybe Informational <$>
optional
(option (do a <- str
if all isDigit a