Add a command dumping missing date of births
This commit is contained in:
parent
bc09979a62
commit
dfac23a225
7 changed files with 47 additions and 17 deletions
|
@ -39,6 +39,9 @@ pub(crate) enum PeopleCommands {
|
|||
#[arg(short, long)]
|
||||
vcard_file: PathBuf,
|
||||
},
|
||||
|
||||
/// Lists the people without date of birth
|
||||
MissingDateOfBirths {},
|
||||
}
|
||||
|
||||
#[derive(Subcommand)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue