nedpals / vargs

Simple argument parsing library for V.
MIT License
38 stars 8 forks source link

Unable to use the vargs library #2

Closed vbrazo closed 5 years ago

vbrazo commented 5 years ago

After running v install nedpals.args, I got vargs installed locally, however I'm unable to use the library. Here is a piece of feedback from my terminal:

Screen_Shot_2019-09-14_at_4 01 50_AM

I think the issue is happening because after downloading the library, the folder name is wrong. It's missing the v in vargs: /Users/voliveira/.vmodules/nedpals/args/.

tomByrer commented 5 years ago

What version do you have installed?

Since the package was renamed to vargs, perhaps vpn didn't catch up yet?

vbrazo commented 5 years ago

I think it was the latest v and latest vargs.

nedpals commented 5 years ago

Hi @vbrazo! Sorry for that issue. Since vpm.best doesn't support renaming modules right now, I have no choice but to resubmit the module with an updated name. Try installing it again with v install nedpals.vargs :D

I'll update the README to reflect the changes 👍