mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Modifying "snake-case" to "kebab-case" for clarity. (#1196)
This commit is contained in:
parent
8a39cb2614
commit
7f8e83d936
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ cobra add config
|
|||
cobra add create -p 'configCmd'
|
||||
```
|
||||
|
||||
*Note: Use camelCase (not snake_case/snake-case) for command names.
|
||||
*Note: Use camelCase (not snake_case/kebab-case) for command names.
|
||||
Otherwise, you will encounter errors.
|
||||
For example, `cobra add add-user` is incorrect, but `cobra add addUser` is valid.*
|
||||
|
||||
|
|
Loading…
Reference in a new issue