Add new parameter to the console client to override the svg configuration in sequence diagrams

This commit is contained in:
jjmr
2015-01-13 16:17:30 +01:00
parent 0b2afb8e71
commit 9b892ef128
8 changed files with 136 additions and 1101 deletions

View File

@@ -18,6 +18,7 @@ function processMermaid(files, _options, _next) {
, outputDir
, options.png
, options.svg
, options.sequenceConfig
, options.verbose
]