-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Desktop: Cleaning up the install / update script #2719
Conversation
* New `--force` option always downloads the latest version * New `--notes` option shows the release notes * Actually print the version installed at the end * Show download progress, but not extra garbage * Blue logo
Looks good to me. Is it common to use |
There's no specific argument in the Unix world for that. Both are perfectly valid. |
Either is fine for me- I can change it as well, but probably not until
tomorrow.
…-Brandon
On Fri, Mar 13, 2020 at 1:54 PM Helmut K. C. Tessarek < ***@***.***> wrote:
There's no specific argument in the Unix world for that. Both are
perfectly valid.
But if you prefer --changelog, I can change it and then merrge.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2719 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATBCMLHCFU2CYZFTEIDSJLRHKMRJANCNFSM4LFFVCPQ>
.
|
Thanks for your reply @mrwulf. Let's see what Laurent wants to do. |
@laurent22 if we could have your input, we'd be able to merge this today. |
Also would it make sense to add a help page, now that there are options? Something that will show up when running |
OK, I went a little crazy refactoring. Here are the highlights:
|
Great, thanks for the changes. |
@mrwulf I'm sorry, but there was a change to the same file and there's a conflict now. |
Thanks- updated! |
Great, thank you. |
* Cleaning up the install script * New `--force` option always downloads the latest version * New `--notes` option shows the release notes * Actually print the version installed at the end * Show download progress, but not extra garbage * Blue logo * refactor and cleanup * Handle space, but no args
--force
option always downloads the latest version--notes
option shows the release notes