Add -s dump-xml mode

This commit is contained in:
Philip Prindeville 2023-08-18 17:50:33 -06:00 committed by Olof Hagsand
parent 79fac840ba
commit d1b8dcdf1f
3 changed files with 12 additions and 5 deletions

View file

@ -90,6 +90,7 @@ static const map_str2int startup_mode_map[] = {
{"running", SM_RUNNING},
{"startup", SM_STARTUP},
{"running-startup", SM_RUNNING_STARTUP},
{"dump-xml", SM_DUMP_XML},
{NULL, -1}
};