Skip to content

Commit 3687e4d

Browse files
committed
update Readme
1 parent eed8ac3 commit 3687e4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ $ git-commits-graph --help
3939
```
4040
Usage: git-commits-graph [OPTIONS] GIT_DIR
4141
42+
Plot git commits timeline main function.
43+
4244
Options:
4345
-b, --branch TEXT git repository branch to browse.
4446
-s, --style TEXT matplotlib plotting style to use.
@@ -50,7 +52,10 @@ Options:
5052
-l, --log-scale aggregate by day
5153
-a, --list-available-plot-styles
5254
list available plot styles and exit.
55+
-e, --engine TEXT plotting engine to use (matplitlib | plotly)
56+
-o, --output-file TEXT output file name (for plotly backend)
5357
--help Show this message and exit.
58+
5459
```
5560

5661

0 commit comments

Comments
 (0)