mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-11-08 16:51:34 +00:00
Support CSS embedding vs. linking.
This commit is contained in:
@@ -91,6 +91,7 @@ function getOpts( args ) {
|
||||
theme: args.t || 'modern',
|
||||
format: args.f || 'FRESH',
|
||||
prettify: !noPretty,
|
||||
silent: args.s || args.silent
|
||||
silent: args.s || args.silent,
|
||||
css: args.css || 'embed'
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user