utzig opened a new pull request #31: Adds a progressbar to image upload command
URL: https://github.com/apache/mynewt-newtmgr/pull/31
 
 
   This adds a beautiful progress bar which running image upload. Eg:
   ```
   $ newtmgr --conn nrf52dk image upload 
bin/targets/nrf52dk_blinky/app/apps/blinky/blinky.img
    25.75 KiB / 185.17 KiB 
[====>------------------------------------------------]  13.90% 47s
   ```
   Two new packages were `vendored` to support this.
   
   PS: I reckon this might break external apps that parsed the previous 
`printf` based output. I could add a flag to enable this style or previous.
   PS2: `coredownload` could use this but I don't know if it would be useful.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to