mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Disable tips and theme messages by default.
Instead of displaying tips by default and allowing users to turn them off with --no-tips, hide tips by default and allow users to show them with --tips.
This commit is contained in:
parent
7b3364c356
commit
43ed564a6e
@ -113,7 +113,7 @@ Definition of the `main` function.
|
||||
.option('-c --css <option>', 'CSS linking / embedding')
|
||||
.option('-p --pdf <engine>', 'PDF generation engine')
|
||||
.option('--no-sort', 'Sort resume sections by date', false)
|
||||
.option('--no-tips', 'Disable theme tips and warnings.', false)
|
||||
.option('--tips', 'Display theme tips and warnings.', false)
|
||||
.description('Generate resume to multiple formats')
|
||||
.action(function( sources, targets, options ) {
|
||||
var x = splitSrcDest.call( this );
|
||||
|
Loading…
Reference in New Issue
Block a user