-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deno outdated
flag clash
#27387
Comments
if i'm reading correctly this is #27038 and a request to allow |
@nathanwhit Basically yes. The main point is that it should be clear what --update would update, since --update doesn't ask for confirmation so the user wouldn't know what would be updated. It would also help if cli documentation would be more clear about how many modes or operation there actually are and which is the default, because right now there seems to be three modes of operation for displaying, but only two for updating and it also seems like the default one for update
is not the default one for output So it would be best if all modes for output would have consistent update counterpart |
@nathanwhit I just want to add, that I think that the |
I would expect
deno outdated -u
to do nothing ifdeno outdated
outputs nothing anddeno outdated --compatible -u
to update daisyui to the update version outputed bydeno outdated --compatible
but-u
doesn't work with--compatible
Originally posted by @kuchta in #27025 (comment)
The text was updated successfully, but these errors were encountered: