MCPcopy Create free account
hub / github.com/basecamp/hey-cli / Error

Method Error

internal/cmd/args.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (e usageError) Error() string {
15 return "Usage: " + e.usage
16}
17
18func usageErrorf(format string, args ...any) error {
19 return usageError{usage: fmt.Sprintf(format, args...)}

Callers 15

TestUsageExactArgsFunction · 0.45
TestValidateBoxArgsFunction · 0.45
TestTodoAddConflictFunction · 0.45
TestTodoAddEmptyFunction · 0.45
TestSeenNoArgsFunction · 0.45
TestUnseenNoArgsFunction · 0.45
ExecuteFunction · 0.45
normalizeCobraErrorFunction · 0.45
isCobraParseErrorFunction · 0.45

Calls

no outgoing calls