FrancesTwisk commented on code in PR #224:
URL: https://github.com/apache/ant/pull/224#discussion_r2499192307
##########
src/main/org/apache/tools/ant/taskdefs/Get.java:
##########
@@ -77,6 +72,7 @@ public class Get extends Task {
private final Resources sources = new Resources();
private File destination; // required
private boolean verbose = false;
+ private boolean progressbar = false;
Review Comment:
Good idea, I changed it so a progressbar is the default when verbose, but
still kept the option for users that prefer the dots.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]