Skip to content

Commit cb8d996

Browse files
committed
Add note for variable naming
1 parent 4e54888 commit cb8d996

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/command-line-syntax.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ Ellipsis represent arguments that can appear multiple times
3737

3838
_*example:*_
3939
`gh pr close <numbers … >`
40+
41+
## Variable naming
42+
43+
For multi-word variables use dash-case (all lower case with words seperated by dashes)
44+
45+
_*example:*_
46+
`gh pr checkout <issue-number>`

0 commit comments

Comments
 (0)