Skip to content

Commit cb5e508

Browse files
committed
update example config
1 parent e710570 commit cb5e508

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

example.cfg

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# This file contains the default settings as a reference. There is no need to
22
# use these unless you wish to change them.
33

4-
billable = 0
5-
billable.project_marker = \\#
6-
billable.separator = .
7-
# billable.description_marker = ~ # An optional marker for a task description
8-
# billable.locale = en_US # Force some specific currency locale.
4+
billable = 75
5+
# billable.project_marker = # by default
6+
billable.render = terminal # or csv to dump report to a csv file
7+
billable.csv_name = billable-report.csv

0 commit comments

Comments
 (0)