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

Function TestCleanUseLineStripsFlagsSuffix

internal/cmd/args_test.go:38–43  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

36}
37
38func TestCleanUseLineStripsFlagsSuffix(t *testing.T) {
39 line := cleanUseLine("hey recordings <calendar-id> [flags]")
40 if line != "hey recordings <calendar-id>" {
41 t.Fatalf("cleanUseLine() = %q", line)
42 }
43}

Callers

nothing calls this directly

Calls 1

cleanUseLineFunction · 0.85

Tested by

no test coverage detected