Authors and global activity defaults

This commit is contained in:
Ionică Bizău 2015-07-12 17:52:00 +03:00
parent e1a5a222db
commit 8356ba0b5b
1 changed files with 9 additions and 0 deletions

View File

@ -103,6 +103,15 @@ if (dataPathOpt.is_provided) {
}
}
if (GitStats.config.authors) {
authorsOpt.is_provided = true;
}
if (GitStats.config.global_activity) {
globalActivityOpt.is_provided = true;
}
// --record
if (recordOpt.is_provided) {