contributing: follow style guide (#6416)
> Introduce options gradually, starting with the simplest command > invocations, and using more complex examples progressively.
This commit is contained in:

committed by
GitHub

parent
8223d2df17
commit
35e8bae324
@@ -59,11 +59,11 @@ As a quick reference, the format of each page should match the following templat
|
|||||||
|
|
||||||
- Example description:
|
- Example description:
|
||||||
|
|
||||||
`command -opt1 -opt2 -arg1 {{arg_value}}`
|
`command -opt1 -opt2`
|
||||||
|
|
||||||
- Example description:
|
- Example description:
|
||||||
|
|
||||||
`command -opt1 -opt2`
|
`command -opt1 -opt2 -arg1 {{arg_value}}`
|
||||||
```
|
```
|
||||||
|
|
||||||
For more detailed page formatting guidelines,
|
For more detailed page formatting guidelines,
|
||||||
|
Reference in New Issue
Block a user