cmd: add makecache cmd, use caches during import cmd

This commit is contained in:
Péter Szilágyi
2017-08-03 06:32:47 +02:00
parent bc0e6a5e68
commit 4a260dc1f2
3 changed files with 45 additions and 30 deletions

View File

@ -157,6 +157,7 @@ func init() {
attachCommand,
javascriptCommand,
// See misccmd.go:
makecacheCommand,
makedagCommand,
versionCommand,
bugCommand,