mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-30 20:57:26 +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:
		| @@ -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 ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user