diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2016-11-11 16:32:52 +0000 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-11-11 18:05:53 +0000 |
commit | fa1456a38da80ee0a354ea14a65df7c3b10f605e (patch) | |
tree | 3624c56abec218d68cfcc0a4718ad5b253a6b780 /vpp-api/lua/examples/cli/README.md | |
parent | b95302ea09bb1e80a208a456935bb0396be181e9 (diff) |
Luajit API and some examples
Change-Id: Ia140c4750f06870c40b7058c4afb2e20ca633a49
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'vpp-api/lua/examples/cli/README.md')
-rw-r--r-- | vpp-api/lua/examples/cli/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vpp-api/lua/examples/cli/README.md b/vpp-api/lua/examples/cli/README.md new file mode 100644 index 00000000000..3a5f8ee9986 --- /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. + + |