mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07:00
Modifying "snake-case" to "kebab-case" for clarity. (#1196)
This commit is contained in:
parent
8a39cb2614
commit
7f8e83d936
@ -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 New Issue
Block a user