Compare commits

..

No commits in common. "3f2bccc40c5bb11df7cad6ce30af0a4153485173" and "c81ac19dda6897db7b0d16bc41cbd55887017e36" have entirely different histories.

View File

@ -112,25 +112,24 @@ This daemon comes with a binary called `itctl` which uses the socket to control
This is the `itctl` usage screen:
```
NAME:
itctl - A new cli application
Control the itd daemon for InfiniTime smartwatches
USAGE:
itctl [global options] command [command options] [arguments...]
Usage:
itctl [flags]
itctl [command]
COMMANDS:
help Display help screen for a command
resources, res Handle InfiniTime resource loading
filesystem, fs Perform filesystem operations on the PineTime
firmware, fw Manage InfiniTime firmware
get Get information from InfiniTime
notify Send notification to InfiniTime
set Set information on InfiniTime
update, upd Update information on InfiniTime
watch Watch a value for changes
Available Commands:
firmware Manage InfiniTime firmware
get Get information from InfiniTime
help Help about any command
notify Send notification to InfiniTime
set Set information on InfiniTime
GLOBAL OPTIONS:
--socket-path value, -s value Path to itd socket (default: "/tmp/itd/socket")
Flags:
-h, --help help for itctl
-s, --socket-path string Path to itd socket
Use "itctl [command] --help" for more information about a command.
```
---