MCPcopy Index your code
hub / github.com/coder/coder / AttachOptions

Method AttachOptions

cli/cliui/output.go:18–18  ·  view source on GitHub ↗
(opts *serpent.OptionSet)

Source from the content-addressed store, hash-verified

16type OutputFormat interface {
17 ID() string
18 AttachOptions(opts *serpent.OptionSet)
19 Format(ctx context.Context, data any) (string, error)
20}
21

Callers 15

gitAskpassFunction · 0.65
templateCreateMethod · 0.65
templatePullMethod · 0.65
templateEditMethod · 0.65
scheduleShowMethod · 0.65
taskStatusMethod · 0.65
provisionerJobsListMethod · 0.65
speedtestMethod · 0.65
provisionerListMethod · 0.65
showOrganizationMethod · 0.65
taskListMethod · 0.65

Implementers 6

userShowFormatcli/userlist.go
tableFormatcli/cliui/output.go
jsonFormatcli/cliui/output.go
textFormatcli/cliui/output.go
DataChangeFormatcli/cliui/output.go
formatcli/cliui/output_test.go

Calls

no outgoing calls

Tested by

no test coverage detected