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

Function usageErrorf

internal/cmd/args.go:18–20  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

16}
17
18func usageErrorf(format string, args ...any) error {
19 return usageError{usage: fmt.Sprintf(format, args...)}
20}
21
22func usageExactOneArg() cobra.PositionalArgs {
23 return usageExactArgs(1)

Callers 3

validateBoxArgsFunction · 0.85
usageExactOneArgFunction · 0.85
usageMinOneArgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected