We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If you install udd as foo (deno install -n foo ...) then the --upgrade should update foo not udd.
foo
deno install -n foo ...
--upgrade
udd
deno-udd/main.ts
Lines 85 to 86 in 862c789
This should be straightforward... but I'm not sure how we access the name used.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you install udd as
foo
(deno install -n foo ...
) then the--upgrade
should updatefoo
notudd
.deno-udd/main.ts
Lines 85 to 86 in 862c789
This should be straightforward... but I'm not sure how we access the name used.
The text was updated successfully, but these errors were encountered: