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

Method optionName

cli/root.go:1016–1016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1014}
1015
1016func (*OrganizationContext) optionName() string { return "Organization" }
1017func (o *OrganizationContext) AttachOptions(cmd *serpent.Command) {
1018 cmd.Options = append(cmd.Options, serpent.Option{
1019 Name: o.optionName(),

Callers 2

AttachOptionsMethod · 0.95
ValueSourceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected