-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request