Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd CLI flag to exit when dat is in sync / done downloading #882
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have a flag that caused dat to quit when done downloading, instead of waiting forever for more updates.
This would apply to
dat sync,dat clone,dat pull, and the shortcutsdat <link>anddat <dir>.Seems like there once were related flags
--exit,--no-watch,--no-live? But these are not listed in the command line help now.(
dat clonedoes exit after it finishes the first download of an archive. On subsequent runs it waits forever for updates.)