We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8800b commit 4e19973Copy full SHA for 4e19973
1 file changed
README.md
@@ -1,3 +1,4 @@
1
+[](https://badge.fury.io/py/pytelemetrycli)
2
## pytelemetry command line interface
3
4
This tool enables superior communication with any embedded device.
@@ -76,6 +77,15 @@ The command line interface can be started like this
76
77
```
78
python -m pytelemetrycli.cli
79
80
+or more simply
81
+```
82
+pytlm
83
84
+If everything is installed properly, `:>` should welcome you.
85
86
+pytelemetry terminal started. (type help for a list of commands.)
87
+:> _
88
89
90
### help [command]
91
Without arguments, you get a list of all available commands. Otherwise the full `command` documentation.
0 commit comments