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 a6e9dca commit de3843dCopy full SHA for de3843d
lib/index.js
@@ -520,6 +520,8 @@ GitStats.prototype.ansiCalendar = function (options, callback) {
520
* @param {String|Object} options The repo path or an object containing the following fields:
521
*
522
* - `repo` (String): The repository path.
523
+ * - `start` (String): The start date.
524
+ * - `end` (String): The end date.
525
526
* @param {Function} callback The callback function.
527
* @return {GitStats} The `GitStats` instance.
0 commit comments