Can you take an example for these two nodes :
/confdConfig/cli/compListCompact (boolean) [false]
compListCompact is either “true” or “false”. If “true” then the CLI will display items with an associated
info text one per line, and all the rest in compact format.
/confdConfig/cli/completionListLine (boolean) [false]
completionListLine is either “true” or “false”. If “true” then the CLI will display completion lists one
item per line. If set to “false” one-line presentation will be used for items with info texts and compact
for the rest. (if compListCompact above is set to true there may be a mix of the to formats in the
same listing)
Thanks !