Add note for variable naming

This commit is contained in:
Corey Johnson 2020-05-05 09:55:27 -07:00
parent 4e548880d5
commit cb8d9963e3

View file

@ -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>`