Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 351 Bytes

File metadata and controls

16 lines (12 loc) · 351 Bytes
title weight
Install
20

Using Cobra is easy. First, use go get to install the latest version of the library. This command will install the cobra generator executable along with the library and its dependencies:

go get -u github.com/spf13/cobra

Next, include Cobra in your application:

import "github.com/spf13/cobra"