Progress bar for refreshing the index

This commit is contained in:
comp500
2019-04-30 17:42:19 +01:00
parent 857f692fc6
commit e410101985
4 changed files with 48 additions and 1 deletions

View File

@@ -98,7 +98,6 @@ func cmdRefresh(flags core.Flags) error {
if err != nil {
return cli.NewExitError(err, 1)
}
fmt.Println("Refreshing index...")
err = index.Refresh()
if err != nil {
return cli.NewExitError(err, 1)