mu-find: bring back --reverse

It was missing after the cmdline parsing landed.

Fixes issue #2368.
This commit is contained in:
Dirk-Jan C. Binnema 2022-11-23 22:35:57 +02:00
parent 4d1352ec56
commit 71162ee74f
1 changed files with 2 additions and 0 deletions

View File

@ -323,6 +323,8 @@ sub_find(CLI::App& sub, Options& opts)
->default_val(Field::Id::Date)
->transform(CLI::CheckedTransformer(smap));
sub.add_flag("--reverse,-z", opts.find.reverse, "Sort in descending order");
sub.add_option("--bookmark,-b", opts.find.bookmark,
"Use bookmarked query")
->type_name("<bookmark>");