We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e710570 commit cb5e508Copy full SHA for cb5e508
example.cfg
@@ -1,8 +1,7 @@
1
# This file contains the default settings as a reference. There is no need to
2
# use these unless you wish to change them.
3
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.
+billable = 75
+# billable.project_marker = # by default
+billable.render = terminal # or csv to dump report to a csv file
+billable.csv_name = billable-report.csv
0 commit comments