Skip to content

Commit 4e2bdba

Browse files
committed
site: move documentation about CLI
1 parent b821240 commit 4e2bdba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cobra/README.md renamed to site/content/CLI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cobra Generator
1+
# Cobra Generator CLI tool
22

33
Cobra provides its own program that will create your application and add any
44
commands you want. It's the easiest way to incorporate Cobra into your application.
@@ -9,7 +9,7 @@ In order to use the cobra command, compile it using the following command:
99

1010
This will create the cobra executable under your `$GOPATH/bin` directory.
1111

12-
### cobra init
12+
### `cobra init`
1313

1414
The `cobra init [app]` command will create your initial application code
1515
for you. It is a very powerful application that will populate your program with
@@ -35,7 +35,7 @@ or
3535
cobra init --pkg-name github.com/spf13/newApp path/to/newApp
3636
```
3737

38-
### cobra add
38+
### `cobra add`
3939

4040
Once an application is initialized, Cobra can create additional commands for you.
4141
Let's say you created an app and you wanted the following commands for it:

0 commit comments

Comments
 (0)