package
0.14.0
Repository: https://github.com/davinci-std/kanvas.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author

# Structs

JSONFlag is a flag that accepts JSON You can use it like this: type MyObject struct { Foo string `json:"foo"` } var myObject MyObject cmd.Flags().Var(&JSONFlag{&myObject}, "my-flag", "my flag").