Low priority request, mostly just something noticed when working on CLI process:
Right now, when running via CLI, there's basically no output from --progress until finish when it dumps out the huge list of stuff like
25/02/26 22:37:40-VERBOSE: Skipping file Microsoft_Edge_126.0.2592.102.pkg because the source and destination match
Would be cool to get something like (for example)
"Connecting to JCDS"
"Mounting Share"
"Comparing source and destination"
"Packages on source: "
"Packages on destination: "
"Sync'd N Packages"
"Deleted Y Packages from Destination"
"Unmounting Destination"
"Disconnecting from JCDS"
Maybe also the results in batches rather than just dumped all at once. With a few thousand packages it's difficult to tell if anything is actually happening.
Thanks! =)
Low priority request, mostly just something noticed when working on CLI process:
Right now, when running via CLI, there's basically no output from --progress until finish when it dumps out the huge list of stuff like
25/02/26 22:37:40-VERBOSE: Skipping file Microsoft_Edge_126.0.2592.102.pkg because the source and destination matchWould be cool to get something like (for example)
"Connecting to JCDS"
"Mounting Share"
"Comparing source and destination"
"Packages on source: "
"Packages on destination: "
"Sync'd N Packages"
"Deleted Y Packages from Destination"
"Unmounting Destination"
"Disconnecting from JCDS"
Maybe also the results in batches rather than just dumped all at once. With a few thousand packages it's difficult to tell if anything is actually happening.
Thanks! =)