aboutsummaryrefslogtreecommitdiff
path: root/src/output.rs
Commit message (Collapse)AuthorAge
* Add the --progress option to the fill commandRobin Krahl2020-09-20
| | | | | | | The fill command starts a background operation on a Nitrokey Storage device that fills the SD card with random data. This patch adds a new option, --progress, to the fill command that checks if a fill operation is already running on the device and shows its progress.
* Show progress bar in fill outputRobin Krahl2020-09-12
This patch uses the progressing crate to display a progress bar for the fill command if the output is printed to a TTY.