Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
96
type
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
Main
Function · 0.65
sync
Method · 0.65
RunCommand
Method · 0.65
Implementers
15
toolCmd
dev/devcam/pk.go
serverCmd
dev/devcam/server.go
putCmd
dev/devcam/put.go
mountCmd
dev/devcam/mount.go
testCmd
dev/devcam/test.go
hookCmd
dev/devcam/hook.go
reviewCmd
dev/devcam/review.go
getCmd
dev/devcam/get.go
envCmd
cmd/pk/env.go
indexCmd
cmd/pk/index.go
dumpconfigCmd
cmd/pk/dumpconfig.go
putCmd
cmd/pk/put.go
Calls
no outgoing calls
Tested by
no test coverage detected