mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
27 lines
604 B
Plaintext
27 lines
604 B
Plaintext
**validate** | Validate a resume for correctness
|
|
|
|
Usage:
|
|
|
|
**hackmyresume VALIDATE <resume> [--assert]**
|
|
|
|
The VALIDATE command validates a FRESH or JRS document
|
|
against its governing schema, verifying that the resume
|
|
is correctly structured and formatted.
|
|
|
|
Parameters:
|
|
|
|
**<resume>**
|
|
|
|
Path to a FRESH or JRS resume. Multiple resumes can be
|
|
specified.
|
|
|
|
hackmyresume ANALYZE resume.json
|
|
hackmyresume ANALYZE r1.json r2.json r3.json
|
|
|
|
Options:
|
|
|
|
**--assert -a**
|
|
|
|
Tell HackMyResume to return a non-zero process exit
|
|
code if a resume fails to validate.
|