1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Carry over debug flag.

This commit is contained in:
hacksalot 2016-01-08 16:33:13 -05:00
parent d6a3aab68a
commit 1fbfe2507b

View File

@ -133,6 +133,7 @@ Implementation of the 'generate' verb for HackMyResume.
_opts.stitles = opts.sectionTitles;
_opts.tips = opts.tips;
_opts.noTips = opts.noTips;
_opts.debug = opts.debug;
// If two or more files are passed to the GENERATE command and the TO
// keyword is omitted, the last file specifies the output file.