clixon/apps/cli
Olof hagsand 43a57dad79 Changed C-API for xml translation/print to other formats.
* Added `skiptop` parameter, if set only apply to children of a node, skip top node
    * default is 0
* Functions are merged, ie removed and replaced with more generic functions
* `xml2json_cbuf()`: Added `skiptop` parameter: `xml2json_cbuf(..., int skiptop)`
* `xml2json()` and `xml2json_cb()` merged into `xml2json_file()` with `skiptop`
    * Replace `xml2json(...)` with `xml2json_file(..., stdout, 0)`
    * Replace `xml2json_cb(...)` with `xml2json_file(..., 0)`
* `clicon_xml2cbuf()`: Added `skiptop` parameter: `clicon_xml2cbuf(..., int skiptop)`
* `xml2cli()`: Added `skiptop` parameter: `xml2cli(..., int skiptop)`
2022-06-01 10:48:39 +02:00
..
cli_auto.c Changed C-API for xml translation/print to other formats. 2022-06-01 10:48:39 +02:00
cli_autocli.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
cli_autocli.h * Changed autocli tree-labels using ac_ and act_ prefixes 2022-01-18 12:17:47 +01:00
cli_common.c Changed C-API for xml translation/print to other formats. 2022-06-01 10:48:39 +02:00
cli_common.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
cli_generate.c * [Strict auto completion for CLI argument expansion #163](https://github.com/clicon/clixon/issues/163) 2022-03-01 09:27:11 +01:00
cli_generate.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
cli_handle.c Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
cli_handle.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
cli_main.c * Fixed: [Keywords containing '-' hyphen are missing from the auto-completion list](https://github.com/clicon/clixon/issues/330) 2022-05-12 14:54:53 +02:00
cli_plugin.c Logging fixes 2022-04-30 11:31:51 +02:00
cli_plugin.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
cli_show.c Changed C-API for xml translation/print to other formats. 2022-06-01 10:48:39 +02:00
clixon_cli.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_cli_api.h Changed C-API for xml translation/print to other formats. 2022-06-01 10:48:39 +02:00
Makefile.in Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00