The package represents a very simple and easy implementation of the extensible application on golang. The core components of an application are bundles that are glued together using a dependency injection container.
go get github.com/gozix/glue/v3
You can find documentation on pkg.go.dev and read source code if needed.
Name | Description |
---|---|
AsCliCommand | Add a cli command |
AsPersistentFlags | Add custom flags to root command |
AsPersistentPreRunner | Add persistent pre runner to root command |
If you have any questions, feel free to create an issue.