From 44d1f5552bcfb6c0def3c80ced875254eee240b2 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sat, 21 Aug 2021 19:07:59 -0700 Subject: [PATCH] Mention interactive mode in readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 260c4f4..2fcafc2 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,24 @@ Flags: Use "itctl [command] --help" for more information about a command. ``` + +#### Interactive mode + +Running `itctl` by itself will open interactive mode. It's essentially a shell where you can enter commands. For example: + +``` +$ itctl +itctl> fw ver +1.3.0 +itctl> get batt +81% +itctl> get heart +92 BPM +itctl> set time 2021-08-22T00:06:18-07:00 +itctl> set time now +itctl> exit +``` + --- ### Installation