mu-find: restore JSON output

Fixes #2453
This commit is contained in:
Dirk-Jan C. Binnema
2023-03-30 21:10:58 +03:00
parent 344a7e4054
commit ff1e06c7c8
2 changed files with 5 additions and 2 deletions

View File

@ -256,6 +256,9 @@ sub_find(CLI::App& sub, Options& opts)
{ Format::Sexp,
{"sexp", "S-expressions"}
},
{ Format::Json,
{"json", "JSON"}
},
{ Format::XQuery,
{"xquery", "Show Xapian query (for debugging)"}
},