System-only-config

* Fix startup diff
* Add system-only to running on startup
* JSON support:
This commit is contained in:
Olof hagsand 2024-10-16 13:46:47 +02:00
parent 3a656fac07
commit 69b65ad13d
19 changed files with 276 additions and 105 deletions

View file

@ -318,7 +318,7 @@ pipe_showas_fn(clixon_handle h,
goto done;
break;
case FORMAT_JSON:
if (clixon_json2file(stdout, xt, pretty, cligen_output, 1, 0) < 0)
if (clixon_json2file(stdout, xt, pretty, cligen_output, 1, 0, 0) < 0)
goto done;
break;
case FORMAT_TEXT: