clixon/apps/cli
Olof hagsand 2d56c9674a * New YANG generated auto-cli feature with syntax modes
* The existing autocli does not support modes, complete paths must be given, eg: `set a b c d 42`.
  * In the new auto-cli, automatic modes are present at each YANG syntax node level, eg the above can be given as: `edit a b c; set d 4; top`
  * The existing CLI API remains, the new API is as follows: `cli_auto_edit()`, `cli_auto_up()`, `cli_auto_top()`, `cli_auto_show()`, `cli_auto_set()`, `cli_auto_merge()`, `cli_auto_create()`, `cli_auto_del()`.
  * See `test/test_cli_auto.sh` for an example of the new API, and `apps/cli/cli_auto.c` for the source code of the new callback API.
  * Documentation will be appear and full integration with the main example.
* Added inline state field to clixon-example.yang
* Added new clicon_data_cvec_*() API for generic cvec structs
2020-10-14 10:54:10 +02:00
..
cli_auto.c * New YANG generated auto-cli feature with syntax modes 2020-10-14 10:54:10 +02:00
cli_common.c * New YANG generated auto-cli feature with syntax modes 2020-10-14 10:54:10 +02:00
cli_common.h Clixon release 4.0.0 2019-07-13 16:33:23 +02:00
cli_generate.c minor fixes 2020-09-27 17:15:36 +02:00
cli_generate.h Fixed cli show conflicts for https://github.com/clicon/clixon/pull/137 2020-09-15 14:22:40 +02:00
cli_handle.c enabled and removed USE_CLIGEN44 2020-05-12 14:02:25 +02:00
cli_handle.h enabled and removed USE_CLIGEN44 2020-05-12 14:02:25 +02:00
cli_main.c * New YANG generated auto-cli feature with syntax modes 2020-10-14 10:54:10 +02:00
cli_plugin.c * New YANG generated auto-cli feature with syntax modes 2020-10-14 10:54:10 +02:00
cli_plugin.h Adapt to CLIgen 4.6 API changes 2020-05-19 22:26:29 +02:00
cli_show.c cli show options. doc and testing 2020-10-01 11:07:57 +02:00
clixon_cli.h Changed code so that it will be compatible with c++. 2020-07-02 15:00:53 +03:00
clixon_cli_api.h * New YANG generated auto-cli feature with syntax modes 2020-10-14 10:54:10 +02:00
Makefile.in * New YANG generated auto-cli feature with syntax modes 2020-10-14 10:54:10 +02:00