Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Oct 7, 2024
1 parent 42bd826 commit 1821c44
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions cmd/capcli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,19 @@ import (
)

var CLI struct {
Chain Chain `cmd:"" help:"download the entire chain from reqresp network"`
DumpSnapshots DumpSnapshots `cmd:"" help:"generate caplin snapshots"`
CheckSnapshots CheckSnapshots `cmd:"" help:"check snapshot folder against content of chain data"`
LoopSnapshots LoopSnapshots `cmd:"" help:"loop over snapshots"`
RetrieveHistoricalState RetrieveHistoricalState `cmd:"" help:"retrieve historical state from db"`
ChainEndpoint ChainEndpoint `cmd:"" help:"chain endpoint"`
ArchiveSanitizer ArchiveSanitizer `cmd:"" help:"archive sanitizer"`
BenchmarkNode BenchmarkNode `cmd:"" help:"benchmark node"`
BlobArchiveStoreCheck BlobArchiveStoreCheck `cmd:"" help:"blob archive store check"`
DumpBlobsSnapshots DumpBlobsSnapshots `cmd:"" help:"dump blobs snapshots"`
CheckBlobsSnapshots CheckBlobsSnapshots `cmd:"" help:"check blobs snapshots"`
CheckBlobsSnapshotsCount CheckBlobsSnapshotsCount `cmd:"" help:"check blobs snapshots count"`
Chain Chain `cmd:"" help:"download the entire chain from reqresp network"`
DumpSnapshots DumpSnapshots `cmd:"" help:"generate caplin snapshots"`
CheckSnapshots CheckSnapshots `cmd:"" help:"check snapshot folder against content of chain data"`
LoopSnapshots LoopSnapshots `cmd:"" help:"loop over snapshots"`
RetrieveHistoricalState RetrieveHistoricalState `cmd:"" help:"retrieve historical state from db"`
ChainEndpoint ChainEndpoint `cmd:"" help:"chain endpoint"`
ArchiveSanitizer ArchiveSanitizer `cmd:"" help:"archive sanitizer"`
BenchmarkNode BenchmarkNode `cmd:"" help:"benchmark node"`
BlobArchiveStoreCheck BlobArchiveStoreCheck `cmd:"" help:"blob archive store check"`
DumpBlobsSnapshots DumpBlobsSnapshots `cmd:"" help:"dump blobs snapshots"`
CheckBlobsSnapshots CheckBlobsSnapshots `cmd:"" help:"check blobs snapshots"`
CheckBlobsSnapshotsCount CheckBlobsSnapshotsCount `cmd:"" help:"check blobs snapshots count"`
DumpBlobsSnapshotsToStore DumpBlobsSnapshotsToStore `cmd:"" help:"dump blobs snapshots to store"`
}

type chainCfg struct {
Expand Down

0 comments on commit 1821c44

Please sign in to comment.