You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should add a new target option for the gittar.fetch method.
It should be a function that receives all the components from the parser ({ site, repo, type }) so that you have all the same information that gittar would use to compose a location.
When left unspecified, gittar will default to its current destination(s). But this gives a window for the caller to fully customize where the tarball is placed.
Should add a new
target
option for thegittar.fetch
method.It should be a function that receives all the components from the
parser
({ site, repo, type }
) so that you have all the same information that gittar would use to compose a location.When left unspecified, gittar will default to its current destination(s). But this gives a window for the caller to fully customize where the tarball is placed.
This is a non-breaking way to handle #7. It also handles #5 in a different way.
The text was updated successfully, but these errors were encountered: