mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-07-14 22:21:07 +01:00
feat: convert: support multiple JRS versions
This commit is contained in:
@ -84,6 +84,7 @@ main = module.exports = ( rawArgs, exitCallback ) ->
|
||||
program
|
||||
.command('convert')
|
||||
.description('Convert a resume to/from FRESH or JSON RESUME format.')
|
||||
.option('-f --format <fmt>', 'FRESH or JRS format and optional version', undefined)
|
||||
.action(->
|
||||
x = splitSrcDest.call( this );
|
||||
execute.call( this, x.src, x.dst, this.opts(), logMsg)
|
||||
|
Reference in New Issue
Block a user