import System.Posix.Types (EpochTime)
cmd :: Command
-cmd = withGlobalOptions annexedMatchingOptions $
+cmd = withGlobalOptions (jobsOption : annexedMatchingOptions) $
command "fsck" SectionMaintenance
"find and fix problems"
paramPaths (seek <$$> optParser)
))
seek :: FsckOptions -> CommandSeek
-seek o = do
+seek o = allowConcurrentOutput $ do
from <- maybe (pure Nothing) (Just <$$> getParsed) (fsckFromOption o)
u <- maybe getUUID (pure . Remote.uuid) from
i <- prepIncremental u (incrementalOpt o)
git-annex (5.20151102.2) UNRELEASED; urgency=medium
- * Use concurrent-output library for -Jn mode.
+ * Use concurrent-output library.
+ * Additional commands now suppport the -J flag for running multiple
+ actions concurrently with nicely displayed messages: fsck
-- Joey Hess <id@joeyh.name> Wed, 04 Nov 2015 12:50:20 -0400