added custom filenames

This commit is contained in:
ssttevee
2017-03-29 13:59:51 -07:00
parent 361c6cf54c
commit 4dc90aeb00
3 changed files with 13 additions and 1 deletions

View File

@@ -12,5 +12,6 @@ interface IConfig {
format?: string;
output?: string;
series?: string;
filename?: string;
tag?: string;
}