Skip to content

Commit 59f9e50

Browse files
agg: add --cols,--rows, --help examples (#18232)
agg: add examples
1 parent 8f3f428 commit 59f9e50

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pages/common/agg.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@
66
- Create a GIF:
77

88
`agg {{path/to/demo.cast}} {{path/to/demo.gif}}`
9+
10+
- Create a GIF that is 80 columns wide and 25 rows in height:
11+
12+
`agg --cols 80 --rows 25 {{path/to/demo.cast}} {{path/to/demo.gif}}`
13+
14+
- Display help:
15+
16+
`agg {{[-h|--help]}}`

0 commit comments

Comments
 (0)