1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-28 17:44:51 +03:00

longer bar

This commit is contained in:
Zack Scholl 2019-04-30 16:26:16 -06:00
parent 9952da9f6d
commit 23c9a9cff8

View File

@ -649,7 +649,7 @@ func (c *Client) setBar() {
progressbar.OptionOnCompletion(func() {
fmt.Fprintf(os.Stderr, " ✔️\n")
}),
progressbar.OptionSetWidth(8),
progressbar.OptionSetWidth(16),
progressbar.OptionSetDescription(description),
progressbar.OptionSetRenderBlankState(true),
progressbar.OptionSetBytes64(c.FilesToTransfer[c.FilesToTransferCurrentNum].Size),