Skip to content

senzing-garage/go-cmdhelping

Repository files navigation

go-cmdhelping

⚠️ WARNING: go-cmdhelping is still in development ⚠️ _

At the moment, this is "work-in-progress" with Semantic Versions of 0.n.x. Although it can be reviewed and commented on, the recommendation is not to use it yet.

Synopsis

go-cmdhelping contains utility packages for working with viper and cobra

Go Reference Go Report Card go-test.yaml License

Overview

go-cmdhelping is an opinionated use of viper and cobra.

Context variables are specified in a list of option.ContextVariable.

The []option.ContextVariable list is processed by functions in the cmdhelper package.

Use

See main.go for an example of use.

References