slightly larger bar

This commit is contained in:
Zack Scholl 2019-05-02 11:44:54 -07:00
parent 2e5f33c081
commit 7af57b3390
1 changed files with 1 additions and 1 deletions

View File

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