Browse Source
refactor: remove warning, small archives are fast
main
decentral1se
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
1 additions and
1 deletions
-
distribusi.go
|
@ -762,7 +762,7 @@ func getLogFile() (*os.File, error) { |
|
|
// mkProgressBar creates a progress bar.
|
|
|
// mkProgressBar creates a progress bar.
|
|
|
func mkProgressBar() *progressbar.ProgressBar { |
|
|
func mkProgressBar() *progressbar.ProgressBar { |
|
|
bar := progressbar.NewOptions(-1, |
|
|
bar := progressbar.NewOptions(-1, |
|
|
progressbar.OptionSetDescription("distribusifying... this may take some time..."), |
|
|
progressbar.OptionSetDescription("distribusifying..."), |
|
|
progressbar.OptionSetWriter(ansi.NewAnsiStdout()), |
|
|
progressbar.OptionSetWriter(ansi.NewAnsiStdout()), |
|
|
progressbar.OptionEnableColorCodes(true), |
|
|
progressbar.OptionEnableColorCodes(true), |
|
|
progressbar.OptionShowCount(), |
|
|
progressbar.OptionShowCount(), |
|
|