MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / AddFlags

Method AddFlags

app/cli/cmd/options/options.go:24–24  ·  view source on GitHub ↗

AddFlags adds this options' flags to the cobra command.

(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

22type Interface interface {
23 // AddFlags adds this options' flags to the cobra command.
24 AddFlags(cmd *cobra.Command)
25}

Callers 3

newWorkflowListCmdFunction · 0.65

Implementers 2

PaginationOptsapp/cli/cmd/options/pagination.go
OffsetPaginationOptsapp/cli/cmd/options/pagination.go

Calls

no outgoing calls

Tested by

no test coverage detected