We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something similar to kingpin`s stringMap implementation https://github.com/alecthomas/kingpin/blob/bf17db2c43f59ff3d97a39d1feacef18d75eaf95/values.go#L135
--map=key1:val1 --map=key2:val2
The text was updated successfully, but these errors were encountered:
I have implemented a generic Map Value in my package github.com/dolmen-go/flagx designed to extend flag.
Value
github.com/dolmen-go/flagx
flag
Sorry, something went wrong.
Can be closed.
Add support for urfave/cli.v3 (#7)
d62daa3
* Add support for urfave/cli.v3 * Update to latest cli v3
@m0sth8 This feature is already present in sflags correct ? Can I close ?
m0sth8
No branches or pull requests
Something similar to kingpin`s stringMap implementation https://github.com/alecthomas/kingpin/blob/bf17db2c43f59ff3d97a39d1feacef18d75eaf95/values.go#L135
--map=key1:val1 --map=key2:val2
The text was updated successfully, but these errors were encountered: