Skip to content

Commit

Permalink
Added a TODO to add a -O option
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 7, 2023
1 parent 512ec85 commit b6510ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
# TODO: consider Data::Dumper::Names instead of Data::Dumper
# TODO: investigate User::Identity
# TODO: fix utf-8 in PDF by adding support for unicode fonts
# TODO: -O: dump all occupations like -T is for places

# dnf install langpacks-fr glibc-all-langpacks -y

Expand Down Expand Up @@ -11297,6 +11298,7 @@ sub dump_places {
}
next;
} else {
# $opts{'T'}
print "$place: ";
}
my $previous;
Expand Down

0 comments on commit b6510ef

Please sign in to comment.