gedcom
gedcom copied to clipboard
cli
I'm trying to run the cli and the help says this:
jl:gedcom/ (main) $ gedcom --help [10:11:40]
a simple and readable gedcom parser
Usage $ parse-gedcom Options --type, -s Output type (json, d3.json, dot) Examples $ parse-gedcom input.ged output.json
But parse-gedcom does not work. And running gedcom with input and output does not produce any visible result.
Do you have any sample on how to call gedcom from code and get json in return?