mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Reword become unexpected errors
to encounter errors
This commit is contained in:
parent
31694f19ad
commit
e458bb7ab8
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ cobra add create -p 'configCmd'
|
||||||
```
|
```
|
||||||
|
|
||||||
*Note: Use camelCase (not snake_case/snake-case) for command names.
|
*Note: Use camelCase (not snake_case/snake-case) for command names.
|
||||||
Otherwise, you will become unexpected errors.
|
Otherwise, you will encounter errors.
|
||||||
For example, `cobra add add-user` is incorrect, but `cobra add addUser` is valid.*
|
For example, `cobra add add-user` is incorrect, but `cobra add addUser` is valid.*
|
||||||
|
|
||||||
Once you have run these three commands you would have an app structure that would look like:
|
Once you have run these three commands you would have an app structure that would look like:
|
||||||
|
|
Loading…
Reference in a new issue