//
pkg.gl
Category
github.com/davinci-std/kanvas
cmd
package
0.14.0
Repository:
https://github.com/davinci-std/kanvas.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
207 SLOC
#
Packages
kanvas
No description provided by the author
#
Functions
Root
No description provided by the author
#
Structs
JSONFlag
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").