MCPcopy
hub / github.com/perkeep/perkeep / RunCommand

Method RunCommand

pkg/cmdmain/cmdmain.go:98–98  ·  view source on GitHub ↗
(args []string)

Source from the content-addressed store, hash-verified

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

Callers 3

MainFunction · 0.65
syncMethod · 0.65
RunCommandMethod · 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