whereis --batch

This commit is contained in:
Joey Hess 2016-01-20 12:46:00 -04:00
parent d44177c774
commit 9b9b5a30e1
Failed to extract signature
6 changed files with 33 additions and 13 deletions

View file

@ -55,8 +55,7 @@ seek o = allowConcurrentOutput $ do
, startSmall file
)
case batchOption o of
Batch -> batchInput Right $
batchCommandAction . gofile
Batch -> batchFiles gofile
NoBatch -> do
let go a = a gofile (addThese o)
go (withFilesNotInGit (not $ includeDotFiles o))