mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-01-18 13:01:09 +01:00
Update the notes
This commit is contained in:
parent
65a1de08a1
commit
b9ab1c0552
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ test -d "${GOPATH}/src/github.com" || mkdir -p "${GOPATH}/src/github.com"
|
|||
|
||||
## Enable cobra
|
||||
|
||||
Cobra documentation available at https://github.com/spf13/cobra/blob/master/cobra/README.md
|
||||
|
||||
* `go get -u github.com/spf13/cobra/cobra`
|
||||
* `go mod init FLEcli`
|
||||
* `cobra init --pkg-name FLEcli`
|
||||
* `cobra init --pkg-name FLEcli -l MIT`
|
||||
* `cobra add load` adds a load command
|
Loading…
Reference in a new issue