mirror of
https://github.com/spf13/cobra
synced 2025-05-06 13:27:26 +00:00
Fix cobra generator readme file
This commit is contained in:
parent
2d7544ebde
commit
7a37ccbc89
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Cobra init is pretty smart. You can provide it a full path, or simply a path
|
||||||
similar to what is expected in the import.
|
similar to what is expected in the import.
|
||||||
|
|
||||||
```
|
```
|
||||||
cobra init github.com/spf13/newApp
|
cobra init --pkg-name github.com/spf13/newApp
|
||||||
```
|
```
|
||||||
|
|
||||||
### cobra add
|
### cobra add
|
||||||
|
|
Loading…
Add table
Reference in a new issue