1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

Mention ANALYZE command in man page.

This commit is contained in:
hacksalot 2016-01-05 09:38:42 -05:00
parent ff23ee508b
commit 0f580efb2b

View File

@ -2,23 +2,25 @@ Usage:
hackmyresume <COMMAND> <SOURCES> [TO <TARGETS>] [-t <THEME>] [-f <FORMAT>] hackmyresume <COMMAND> <SOURCES> [TO <TARGETS>] [-t <THEME>] [-f <FORMAT>]
<COMMAND> should be BUILD, NEW, CONVERT, VALIDATE, or HELP. <SOURCES> should <COMMAND> should be BUILD, NEW, CONVERT, VALIDATE, ANALYZE or HELP. <SOURCES>
be the path to one or more FRESH or JSON Resume format resumes. <TARGETS> should be the path to one or more FRESH or JSON Resume format resumes. <TARGETS>
should be the name of the destination resume to be created, if any. The should be the name of the destination resume to be created, if any. The <THEME>
<THEME> parameter should be the name of a predefined theme (for example: parameter should be the name of a predefined theme (for example: COMPACT,
COMPACT, MINIMIST, MODERN, or HELLO-WORLD) or the relative path to a custom MINIMIST, MODERN, or HELLO-WORLD) or the relative path to a custom theme.
theme. <FORMAT> should be either FRESH (for a FRESH-format resume) or JRS <FORMAT> should be either FRESH (for a FRESH-format resume) or JRS (for a JSON
(for a JSON Resume-format resume). Resume-format resume).
hackmyresume BUILD resume.json TO out/resume.all hackmyresume BUILD resume.json TO out/resume.all
hackmyresume NEW resume.json hackmyresume NEW resume.json
hackmyresume CONVERT resume.json TO resume-jrs.json hackmyresume CONVERT resume.json TO resume-jrs.json
hackmyresume ANALYZE resume.json
hackmyresume VALIDATE resume.json hackmyresume VALIDATE resume.json
Both SOURCES and TARGETS can accept multiple files: Both SOURCES and TARGETS can accept multiple files:
hackmyresume BUILD r1.json r2.json TO out/resume.all out2/resume.html hackmyresume BUILD r1.json r2.json TO out/resume.all out2/resume.html
hackmyresume NEW r1.json r2.json r3.json hackmyresume NEW r1.json r2.json r3.json
hackmyresume ANALYZE r1.json r2.json r3.json
hackmyresume VALIDATE resume.json resume2.json resume3.json hackmyresume VALIDATE resume.json resume2.json resume3.json
See https://github.com/hacksalot/hackmyresume/blob/master/README.md for more See https://github.com/hacksalot/hackmyresume/blob/master/README.md for more