Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 783 Bytes

File metadata and controls

19 lines (11 loc) · 783 Bytes

cobra logo

Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.

Cobra is used in many Go projects such as Kubernetes, Hugo, and Github CLI to name a few. This list contains a more extensive list of projects using Cobra.

Overview

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

ATTENTION

!!!WARNING!!!

I have ripped apart this library to remove viper and the cli which is not needed by me. Please do not use this.