mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Carry over debug flag.
This commit is contained in:
parent
d6a3aab68a
commit
1fbfe2507b
@ -133,6 +133,7 @@ Implementation of the 'generate' verb for HackMyResume.
|
|||||||
_opts.stitles = opts.sectionTitles;
|
_opts.stitles = opts.sectionTitles;
|
||||||
_opts.tips = opts.tips;
|
_opts.tips = opts.tips;
|
||||||
_opts.noTips = opts.noTips;
|
_opts.noTips = opts.noTips;
|
||||||
|
_opts.debug = opts.debug;
|
||||||
|
|
||||||
// If two or more files are passed to the GENERATE command and the TO
|
// If two or more files are passed to the GENERATE command and the TO
|
||||||
// keyword is omitted, the last file specifies the output file.
|
// keyword is omitted, the last file specifies the output file.
|
||||||
|
Loading…
Reference in New Issue
Block a user