mirror of
https://github.com/schollz/croc.git
synced 2024-11-28 17:44:51 +03:00
longer bar
This commit is contained in:
parent
9952da9f6d
commit
23c9a9cff8
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user