Binary package “golang-github-audriusbutkevicius-recli-dev” in ubuntu oracular

Reflection based CLI generator for Golang (library)

 Recli is a reflection based CLI generator for Golang.
 .
 For a given struct, it builds a set of urfave/cli commands
 which allows you to modify it from the command line.
 It is useful for generating command line clients for your
 application configuration that is stored in a Go struct.