Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ UsageError
TypeAlias
UsageError
pkg/cmdmain/cmdmain.go:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
var
ErrUsage = UsageError(
"invalid command"
)
61
62
type
UsageError string
63
64
func
(ue UsageError) Error() string {
65
return
"Usage error: "
+ string(ue)
Callers
15
checkFlags
Method · 0.92
RunCommand
Method · 0.92
RunCommand
Method · 0.92
RunCommand
Method · 0.92
RunCommand
Method · 0.92
RunCommand
Method · 0.92
RunCommand
Method · 0.92
RunCommand
Method · 0.92
RunCommand
Method · 0.92
RunCommand
Method · 0.92
RunCommand
Method · 0.92
RunCommand
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected