Add note for variable naming
This commit is contained in:
parent
4e548880d5
commit
cb8d9963e3
1 changed files with 7 additions and 0 deletions
|
|
@ -37,3 +37,10 @@ Ellipsis represent arguments that can appear multiple times
|
|||
|
||||
_*example:*_
|
||||
`gh pr close <numbers … >`
|
||||
|
||||
## Variable naming
|
||||
|
||||
For multi-word variables use dash-case (all lower case with words seperated by dashes)
|
||||
|
||||
_*example:*_
|
||||
`gh pr checkout <issue-number>`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue