Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input: File type for spf13/pflag integration #11

Open
kamilsk opened this issue Jun 3, 2022 · 0 comments
Open

input: File type for spf13/pflag integration #11

kamilsk opened this issue Jun 3, 2022 · 0 comments
Assignees
Labels
difficulty: easy Issue is easy to implement. kind: feature New feature request. scope: code Issue related to source code. scope: docs Issue related to documentation. scope: test Issue related to tests.

Comments

@kamilsk
Copy link
Member

kamilsk commented Jun 3, 2022

Motivation: extend flag types.

Interface

type Value interface {
	String() string
	Set(string) error
	Type() string
}

See #4.

@kamilsk kamilsk added difficulty: easy Issue is easy to implement. kind: feature New feature request. scope: code Issue related to source code. scope: docs Issue related to documentation. scope: test Issue related to tests. labels Jun 3, 2022
@kamilsk kamilsk self-assigned this Jun 3, 2022
@kamilsk kamilsk moved this to Backlog in 🏗 Platform Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: easy Issue is easy to implement. kind: feature New feature request. scope: code Issue related to source code. scope: docs Issue related to documentation. scope: test Issue related to tests.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant