grgr add-person
Add a new person to the database.
Usage: grgr add-person [OPTIONS] NAME
Arguments
- NAME
Full name, e.g.
'John Smith'.
Options
- --birth TEXT
Birth date, e.g.
'1 Jan 1950'or1950.
- --death TEXT
Death date.
- --burial TEXT
Burial date.
- --birth-place TEXT
Birth place ID or name.
- --death-place TEXT
Death place ID or name.
- --burial-place TEXT
Burial place ID or name.
- --gender TEXT
Gender:
m/male,f/female, oru/unknown. Inferred from the given name if not specified.
- --father TEXT
Father’s person ID.
- --mother TEXT
Mother’s person ID.
- -y, --yes
Skip confirmation prompt.