From fa1456a38da80ee0a354ea14a65df7c3b10f605e Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Fri, 11 Nov 2016 16:32:52 +0000 Subject: Luajit API and some examples Change-Id: Ia140c4750f06870c40b7058c4afb2e20ca633a49 Signed-off-by: Andrew Yourtchenko --- vpp-api/lua/examples/cli/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vpp-api/lua/examples/cli/README.md (limited to 'vpp-api/lua/examples/cli/README.md') diff --git a/vpp-api/lua/examples/cli/README.md b/vpp-api/lua/examples/cli/README.md new file mode 100644 index 00000000..3a5f8ee9 --- /dev/null +++ b/vpp-api/lua/examples/cli/README.md @@ -0,0 +1,5 @@ +This is a small experiment to have a wrapper CLI which can call both API functions as well as debug CLI. + +To facilitate tab completion and help, the API call names are broken up with spaces replacing the underscores. + + -- cgit