-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feauture Request] CLI Output #10
Comments
Hello, Thank you for your suggestion. Currently the updater is GUI only. I should check, whether it's possible to attach a console to the WPF app.
|
ok. Thank You. In my case I'd e.g. add the |
That's a good idea, thank you for your suggestion! I think this will significantly improve UX. |
Nice I’m looking forward to the update! This could be fixed by adding an option "Download and Extract Zip instead of Installer" that can be set in config mode. This would also fix the problem that fourth digit updates and major updates don't replace the outdated Versions I really appreciate the effort you put into this and especially reading through all my feedback :D. Thx |
Well, it looks like I forgot to document this, but one can always download ZIPs manually using context menu in Update dialog starting from v. 2.0.0.0:
Once AdoptOpenJDK/openjdk-api-v3#206 is closed, I will start working on a new version, that will be able to detect outdated AdoptOpenJDK versions and suggest updating to the latest (LTS) release. However, there is no due date yet.
Thanks :) |
@tushev any update on this? |
@maverick74 It's in |
First of all, thank you for creating this!!!!
Its really useful!
Now the Feature Request :D
Is your feature request related to a problem? Please describe.
When running it from command line, there is no output.
I'm sure that it's not a 'known-not-a-bug'
✅ Yes
Describe the solution you'd like
It would be nice if it would output some kind of status indicators e.g.
Checking for Updates (xyz)...
(xyz) is up to date!
orDownloading (xyz)...
Installing (xyz)...
Update successfull!
orError (xyz): Error
Describe alternatives you've considered
Only having the output when using a
-verbose
FlagAdditional context
This is just a draft. The output could also look different, the main thing is that users see whats happening and don't just stare at a blinking cursor xD
The text was updated successfully, but these errors were encountered: