MCPcopy
hub / github.com/perkeep/perkeep / Usage

Method Usage

pkg/cmdmain/cmdmain.go:97–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95// CommandRunner is the type that a command mode should implement.
96type CommandRunner interface {
97 Usage()
98 RunCommand(args []string) error
99}
100

Callers 3

helpFunction · 0.65
MainFunction · 0.65
mainFunction · 0.65

Implementers 15

toolCmddev/devcam/pk.go
serverCmddev/devcam/server.go
putCmddev/devcam/put.go
mountCmddev/devcam/mount.go
testCmddev/devcam/test.go
hookCmddev/devcam/hook.go
reviewCmddev/devcam/review.go
getCmddev/devcam/get.go
envCmdcmd/pk/env.go
indexCmdcmd/pk/index.go
dumpconfigCmdcmd/pk/dumpconfig.go
putCmdcmd/pk/put.go

Calls

no outgoing calls

Tested by

no test coverage detected