Currently vv supports only two ways of analyzing repository: --path path/to/repo or selection prompt. But what if user doesn't have repository on pc? Then they will probably download it. But instead vv can do it automaticly.
I think it should be like:
- User pass smth like
--url https://github.com/HardCodeDev777/vv
- vv will download it(maybe we can make
cache/ directory), analyze it, etc.
- Next time vv will delete this
cache/.
Or we can use same --path option, but if it starts with https://, then download from this URL.
Currently vv supports only two ways of analyzing repository:
--path path/to/repoor selection prompt. But what if user doesn't have repository on pc? Then they will probably download it. But instead vv can do it automaticly.I think it should be like:
--url https://github.com/HardCodeDev777/vvcache/directory), analyze it, etc.cache/.Or we can use same
--pathoption, but if it starts withhttps://, then download from this URL.