MCPcopy Create free account
hub / github.com/Shopify/ghostferry / init

Function init

sharding/cmd/main.go:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func init() {
27 flag.StringVar(&configPath, "config-path", "", "Specify path to config (or provide it on stdin)")
28 flag.BoolVar(&printVersion, "version", false, "Print version and exit")
29}
30
31func main() {
32 flag.Parse()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected