clixon/apps/cli
Olof hagsand c5991c9844 * Added a generated CLI show command that works on the generated parse tree with auto completion.
* A typical call is: 	show @datamodel:example, cli_show_auto("candidate", "json");
  * The example contains a more elaborate example.
  * Thanks ngashok for request, see https://github.com/clicon/clixon/issues/24
2018-06-05 16:45:43 +02:00
..
cli_common.c * Removed cli callback vector functions. Set COMPAT_COMPAT_CLIV if you need to keep these functions in clixon_custom.h. 2018-05-30 22:38:12 +02:00
cli_common.h 2017->2018 2018-01-01 12:25:33 +01:00
cli_generate.c * Added a generated CLI show command that works on the generated parse tree with auto completion. 2018-06-05 16:45:43 +02:00
cli_generate.h 2017->2018 2018-01-01 12:25:33 +01:00
cli_handle.c CLI plugin API restructuring completed. Now all plugin APIs have the generic form 2018-04-08 11:32:43 +02:00
cli_handle.h CLI plugin API restructuring completed. Now all plugin APIs have the generic form 2018-04-08 11:32:43 +02:00
cli_main.c dont exit cli when expand gets auth denied from backend 2018-06-03 20:18:43 +02:00
cli_plugin.c dont exit cli when expand gets auth denied from backend 2018-06-03 20:18:43 +02:00
cli_plugin.h * Experimental NACM RFC8341 Network Configuration Access Control Model. 2018-04-19 22:44:15 +02:00
cli_show.c * Added a generated CLI show command that works on the generated parse tree with auto completion. 2018-06-05 16:45:43 +02:00
clixon_cli.h 2017->2018 2018-01-01 12:25:33 +01:00
clixon_cli_api.h * Added a generated CLI show command that works on the generated parse tree with auto completion. 2018-06-05 16:45:43 +02:00
Makefile.in * INSTALLFLAGS added with default value -s(strip). 2018-04-30 12:06:19 +02:00