Add serve command

This commit is contained in:
comp500
2019-09-18 17:32:37 +01:00
parent dd24f356ea
commit b48f89d67c
2 changed files with 155 additions and 0 deletions

View File

@@ -235,6 +235,8 @@ func (in *Index) Refresh() error {
progress.Increment(time.Since(start))
}
// Close bar
progressContainer.Wait()
// Check all the files exist, remove them if they don't
i := 0