Skip to content

Commit dd9c88b

Browse files
committed
main.go: add rescan command
1 parent 108b9f2 commit dd9c88b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
"github.com/tonindexer/anton/cmd/db"
1515
"github.com/tonindexer/anton/cmd/indexer"
1616
"github.com/tonindexer/anton/cmd/label"
17+
"github.com/tonindexer/anton/cmd/rescan"
1718
"github.com/tonindexer/anton/cmd/web"
1819
)
1920

@@ -40,6 +41,7 @@ func main() {
4041
archive.Command,
4142
contract.Command,
4243
label.Command,
44+
rescan.Command,
4345
},
4446
}
4547
if err := app.Run(os.Args); err != nil {

0 commit comments

Comments
 (0)