New command-line option for dumping configuration options for all clixon applications after load
Removed -s dump
This commit is contained in:
parent
0e81e8137b
commit
c101799e74
12 changed files with 267 additions and 32 deletions
|
|
@ -87,6 +87,9 @@ struct formatvec{
|
|||
int fv_int;
|
||||
};
|
||||
|
||||
/*! Translate between int and string of tree formats
|
||||
* @see eum format_enum
|
||||
*/
|
||||
static struct formatvec _FORMATS[] = {
|
||||
{"xml", FORMAT_XML},
|
||||
{"text", FORMAT_TEXT},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue