feat: show progress and fetch existing - #14
Open
dalelotts wants to merge 12 commits into
Open
Conversation
also updated readme
Author
|
If you merge this, please do a squash merge. The commit history is not important. |
Added fetch last minute and missed this edge case.
tegon
removed their request for review
May 5, 2021 14:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Basically a complete re-write so massive changes.
In summary, clones repositories one-at-a-time and restarts from where it left off.
Added the option to fetch existing repositories before cloning new ones.
Changed the options so they seem to me to be related to the behavior. Removed -r true and added two new regExp options. Also allow exclude and include options at the same take.
Added
verbosemode if you really want to see how the sausage is made.Set version to 1.0.0 since this is a breaking change.