Add cli to readme

This commit is contained in:
clerie 2022-07-06 12:53:07 +02:00
parent ddb5194320
commit f05ffdd86d
1 changed files with 9 additions and 0 deletions

View File

@ -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.