mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +00:00
fixed typo in cobra readme
This commit is contained in:
parent
7547e83b2d
commit
c7fb68aecc
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@ cobra init github.com/spf13/newApp
|
||||||
Once an application is initialized, Cobra can create additional commands for you.
|
Once an application is initialized, Cobra can create additional commands for you.
|
||||||
Let's say you created an app and you wanted the following commands for it:
|
Let's say you created an app and you wanted the following commands for it:
|
||||||
|
|
||||||
* app serve
|
* add serve
|
||||||
* app config
|
* add config
|
||||||
* app config create
|
* add config create
|
||||||
|
|
||||||
In your project directory (where your main.go file is) you would run the following:
|
In your project directory (where your main.go file is) you would run the following:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue