From f05ffdd86d7e0694fcea573e8ba246a59cd99bdc Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 6 Jul 2022 12:53:07 +0200 Subject: [PATCH] Add cli to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b70f759..852ef33 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,15 @@ r = c.connection.request(m) Consult class documentation for more in depth examples and options. +## Interactive CLI + +The package installs a script called `ommclient2`. +This allowes basic interactive testing of the library. + +``` +ommclient2 --help +``` + ## Attribution This software is inspired by `python-mitel` by Thomas and n-st.