File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33## Literal text
44
5- Use plain text for parts of the command that cannot be changed
5+ Use plain text for parts of the command that cannot be changed.
66
77_ example:_
88` gh help `
9- The argument help is required in this command
9+ The argument help is required in this command.
1010
1111## Placeholder values
1212
1313Use angled brackets to represent a value the user must replace. No other expressions can be contained within the angeled brackets.
1414
1515_ example:_
1616` gh pr view <issue-number> `
17- Replace ` <issue-number> ` with an issue number
17+ Replace ` <issue-number> ` with an issue number.
1818
1919## Optional arguments
2020
@@ -36,7 +36,7 @@ _example:_
3636
3737## Repeatable arguments
3838
39- Ellipsis represent arguments that can appear multiple times
39+ Ellipsis represent arguments that can appear multiple times.
4040
4141_ example:_
4242` gh pr close <pr-number>... `
You can’t perform that action at this time.
0 commit comments