You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Options:
25
25
--color2 <HEX> Set color for second quartile
26
26
--color3 <HEX> Set color for third quartile
27
27
--color4 <HEX> Set color for fourth quartile
28
-
--year Display the past year's worth of data
28
+
--ytd Display the past year's worth of data
29
29
--month Display the past month's worth of data
30
30
--token <GITHUB_TOKEN> GitHub PAT token (uses $GITHUB_TOKENif not specified)
31
31
--hide-days Hide day-of-the-week string
@@ -68,4 +68,4 @@ The `--hide-days` and `--hide-months` arguments can be used to hide the respecti
68
68
69
69
## Time
70
70
71
-
By default, `gitcal` will display the year-to-date information. However, the `--year` and `--month` arguments can be used to instead use the past 365 days and the days since the beginning of the month respectively.
71
+
By default, `gitcal` will display past 365 days of information. However, the `--ytd` and `--month` arguments can be used to instead use the year-to-date starting at January 1st or the days since the beginning of the month respectively.
0 commit comments