mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-08-03 23:56:39 +01:00
feat: introduce HELP command
Add support for a "HELP" verb in the HackMyResume CLI, allowing separate help pages for each HackMyResume command per #205. The following command invocations are recognized. hackmyresume help hackmyresume help build hackmyresume help new hackmyresume help convert hackmyresume help analyze hackmyresume help validate hackmyresume help peek hackmyresume help help
This commit is contained in:
27
src/cli/help/new.txt
Normal file
27
src/cli/help/new.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
**new** | Create a new FRESH or JRS resume document
|
||||
|
||||
Usage:
|
||||
|
||||
hackmyresume NEW <resumes...> [<options>]
|
||||
|
||||
Parameters:
|
||||
|
||||
**<resumes...>**
|
||||
|
||||
Absolute or relative path(s) to one or more FRESH or
|
||||
JSON Resume documents (*.json), separated by spaces:
|
||||
|
||||
hackmyresume NEW r1.json r2.json r3.json
|
||||
|
||||
Options:
|
||||
|
||||
**--format -f <fmt>**
|
||||
|
||||
The desired format for the new resume(s). Valid values
|
||||
are 'FRESH', 'JRS', or, to target the latest edge
|
||||
version of the JSON Resume Schema, 'JRS@1'.
|
||||
|
||||
The NEW command generates one or more new resumes in FRESH
|
||||
or JSON Resume format. This document can serve as a source
|
||||
of truth for resume and career data and an input to tools
|
||||
like HackMyResume or resume-cli.
|
Reference in New Issue
Block a user