MCPcopy Create free account
hub / github.com/Facets-cloud/flow / stringSliceFlag

TypeAlias stringSliceFlag

internal/app/update.go:319–319  ·  view source on GitHub ↗

stringSliceFlag adapts a *[]string into a flag.Value so the same flag name can be passed multiple times and accumulate. Used for repeatable `--tag` / `--remove-tag` on `flow update task`.

Source from the content-addressed store, hash-verified

317// flag name can be passed multiple times and accumulate. Used for
318// repeatable `--tag` / `--remove-tag` on `flow update task`.
319type stringSliceFlag []string
320
321func (s *stringSliceFlag) String() string {
322 if s == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected