Add a command dumping missing date of births

This commit is contained in:
Marc Plano-Lesay 2024-10-28 15:27:35 +11:00
parent bc09979a62
commit dfac23a225
7 changed files with 47 additions and 17 deletions

View file

@ -39,6 +39,9 @@ pub(crate) enum PeopleCommands {
#[arg(short, long)]
vcard_file: PathBuf,
},
/// Lists the people without date of birth
MissingDateOfBirths {},
}
#[derive(Subcommand)]