aboutsummaryrefslogtreecommitdiff
path: root/CmdLine
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-28 11:46:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-28 11:46:39 -0400
commit29b1e4c69e96b1dab8ce8ae0579e988b17d33325 (patch)
tree92a28949a44f6af864de09bab74520f244e4c06b /CmdLine
parent0bf7850898db15cca00b1d7ea6056a680aa42930 (diff)
Added inprogress command for accessing files as they are being downloaded.
Chose to make this only handle files actively being downloaded, not temp files for downloads that were interrupted or files that have been fully downloaded. This commit was sponsored by Ole-Morten Duesund on Patreon.
Diffstat (limited to 'CmdLine')
-rw-r--r--CmdLine/GitAnnex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs
index da4e54be3..e2f28e39c 100644
--- a/CmdLine/GitAnnex.hs
+++ b/CmdLine/GitAnnex.hs
@@ -73,6 +73,7 @@ import qualified Command.Merge
import qualified Command.ResolveMerge
import qualified Command.Info
import qualified Command.Status
+import qualified Command.Inprogress
import qualified Command.Migrate
import qualified Command.Uninit
import qualified Command.Reinit
@@ -203,6 +204,7 @@ cmds testoptparser testrunner =
, Command.ResolveMerge.cmd
, Command.Info.cmd
, Command.Status.cmd
+ , Command.Inprogress.cmd
, Command.Migrate.cmd
, Command.Map.cmd
, Command.Direct.cmd