# Functions
No description provided by the author
AttachKvCommand adds 'kv' command to a builder (eg: app.App)
Example:
app := cli.New().Info(...) app.AddCmd(func(b cli.CommandBuilder) { examples.AttachKvCommand(b) }) // Or: examples.AttachKvCommand(app.NewCommandBuilder()).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author