cobra

Tool to generate Cobra-based modern Go CLI application
  https://github.com/spf13/cobra
  0
  no reviews



Cobra is a Go library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools.

Cobra has an exceptionally clean interface and simple design without needless constructors or initialization methods.

This package contains the Cobra Generator as /usr/bin/cobra, a tool that will generate your application scaffolding to rapidly develop a Cobra-based application.