Merge pull request #1784 from anishmo99/trunk

Update command-line-syntax.md
This commit is contained in:
Mislav Marohnić 2020-09-18 13:42:50 +02:00 committed by GitHub
commit 172feebed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
## Literal text
Use plain text for parts of the command that cannot be changed
Use plain text for parts of the command that cannot be changed.
_example:_
`gh help`
The argument help is required in this command
The argument help is required in this command.
## Placeholder values
@ -14,7 +14,7 @@ Use angled brackets to represent a value the user must replace. No other express
_example:_
`gh pr view <issue-number>`
Replace `<issue-number>` with an issue number
Replace `<issue-number>` with an issue number.
## Optional arguments
@ -36,7 +36,7 @@ _example:_
## Repeatable arguments
Ellipsis represent arguments that can appear multiple times
Ellipsis represent arguments that can appear multiple times.
_example:_
`gh pr close <pr-number>...`