Skip to content

Commit de3843d

Browse files
committed
Add start and end options in jsdoc for the authors method
1 parent a6e9dca commit de3843d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@ GitStats.prototype.ansiCalendar = function (options, callback) {
520520
* @param {String|Object} options The repo path or an object containing the following fields:
521521
*
522522
* - `repo` (String): The repository path.
523+
* - `start` (String): The start date.
524+
* - `end` (String): The end date.
523525
*
524526
* @param {Function} callback The callback function.
525527
* @return {GitStats} The `GitStats` instance.

0 commit comments

Comments
 (0)