[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
wget2 | add --show-progress (!558)
From: |
Caitlyn Stewat (@caitcattodev) |
Subject: |
wget2 | add --show-progress (!558) |
Date: |
Mon, 27 Jan 2025 23:55:54 +0000 |
Caitlyn Stewat created a merge request:
https://gitlab.com/gnuwget/wget2/-/merge_requests/558
Project:Branches: caitcattodev/wget2:add-show-progress to gnuwget/wget2:master
Author: Caitlyn Stewat
Hi wget2 team,
I am aware of the existence of `--force-progress` but I would like to
`--show-progress` added as an Alias of `--force-progress`. Due to scripts in
other projects like Zephyr(see here
[https://github.com/zephyrproject-rtos/sdk-ng/issues/771#issuecomment-2359913981](https://github.com/zephyrproject-rtos/sdk-ng/issues/771#issuecomment-2359913981))
using that option. This is a really minor change just added the
`--show-progress` option with a short description that it is a "deprecated
Alias for --force-progress". This simply lets more scripts that have been
written for `wget` to work with `wget2`. I have tested the new
`--show-progress` option and it works perfectly just the same as
`--force-progress`
I license my change under CC0 you're free to use it however you want.
Thank you and kind regards
Cat
### Approver's checklist:
* [ ] The author has submitted the FSF Copyright Assignment and is listed in
AUTHORS
* [ ] There is a test suite reasonably covering new functionality or
modifications
* [ ] Function naming, parameters, return values, types, etc., are consistent
with existing code
* [ ] This feature/change has adequate documentation added (if appropriate)
* [ ] No obvious mistakes / misspelling in the code
--
Reply to this email directly or view it on GitLab:
https://gitlab.com/gnuwget/wget2/-/merge_requests/558
You're receiving this email because of your account on gitlab.com.
- wget2 | add --show-progress (!558),
Caitlyn Stewat (@caitcattodev) <=