flags

package
v0.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2026 License: Apache-2.0, BSD-3-Clause, MIT Imports: 1 Imported by: 0

Documentation

Overview

Package flags contains logic for handling repeatable flag

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type List

type List []string

List is a slice of strings that implements the flag.Value interface. It is designed to be used with flag.Var to allow a flag to be specified multiple times, accumulating all values into the list.

func (*List) Set

func (s *List) Set(value string) error

Set adds a value to the list

func (*List) String

func (s *List) String() string

String returns the string representation of the list

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL