mirror of
https://github.com/adulau/gitlog2timesheet.git
synced 2024-12-22 00:26:02 +00:00
add CSV output format
This commit is contained in:
parent
f9a1fd3920
commit
75a9c91af5
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ project or alike.
|
|||
Usage
|
||||
-----
|
||||
|
||||
Usage: gitlog2timesheet.py path_to_git_repos
|
||||
|
||||
Options:
|
||||
-h, --help show this help message and exit
|
||||
-d, --debug output debug messages
|
||||
|
@ -17,6 +19,8 @@ Usage
|
|||
work time factor per commit, default is 4 hours
|
||||
-t, --total total hours worked for each user per
|
||||
repository/project
|
||||
-f FORMAT, --outputformat=FORMAT
|
||||
output format text, csv (default is text)
|
||||
|
||||
|
||||
Sample output
|
||||
|
|
Loading…
Reference in a new issue