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.
This commit is contained in:
parent
d180ae039c
commit
67338fd7ac
6 changed files with 125 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue