MCPcopy Create free account
hub / github.com/auth0/auth0-cli / AsTableRowString

Method AsTableRowString

internal/display/users.go:57–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (v *userView) AsTableRowString() string {
58 row := v.AsTableRow()
59 return fmt.Sprintf(
60 "%-*s %-*s %-*s",
61 50, row[0],
62 50, row[1],
63 50, row[2],
64 )
65}
66
67func (v *userView) AsTableHeaderString() string {
68 row := v.AsTableHeader()

Callers 1

UserPromptMethod · 0.45

Calls 1

AsTableRowMethod · 0.95

Tested by

no test coverage detected