COBRA(1) | Cobra Manual | COBRA(1) |
cobra - A generator for Cobra based Applications
cobra [OPTIONS]
Cobra is a CLI library for Go that empowers applications. This application is a tool to generate the needed files to quickly create a Cobra application.
-a, --author="YOUR NAME"
Author name for copyright attribution
--config=""
config file (default is $HOME/.cobra.yaml)
-l, --license=""
Name of license for the project (can provide licensetext in
config)
-b, --projectbase=""
base project directory, e.g. github.com/spf13/
--viper[=true]
Use Viper for configuration
Dec 2015 | github.com/spf13/cobra |