mu: support json output for 'find'
Support output in json format for mu-find.
This commit is contained in:
@ -51,6 +51,7 @@ get_output_format (const char *formatstr)
|
||||
{"links", MU_CONFIG_FORMAT_LINKS},
|
||||
{"plain", MU_CONFIG_FORMAT_PLAIN},
|
||||
{"sexp", MU_CONFIG_FORMAT_SEXP},
|
||||
{"json", MU_CONFIG_FORMAT_JSON},
|
||||
{"xml", MU_CONFIG_FORMAT_XML},
|
||||
{"xquery", MU_CONFIG_FORMAT_XQUERY},
|
||||
{"mquery", MU_CONFIG_FORMAT_MQUERY}
|
||||
|
||||
Reference in New Issue
Block a user