vet-bot: Command-line args to run against a single repository #20
Labels
enhancement
New feature or request
good first issue
Good for newcomers
vet-bot
the issue is part of VetBot's responsibility
By default,
vet-bot
runs in 'scrape mode' -- it samples from a list of github repos and visits them, parsing the code and running the analyses.A command-line argument should be introduced which changes its operation to scrape a single repository given as a command-line argument. Example usage:
The default usage could also be replaced by:
which could continuously sample from the
all-repos.csv
file and output the list of visited repos inall-repos_visited.csv
.The text was updated successfully, but these errors were encountered: