forked from Elara6331/itd
		
	Merge pull request 'update itctl usage screen to current output' (#39) from mashuptwice/itd:master into master
Reviewed-on: https://gitea.arsenm.dev/Arsen6331/itd/pulls/39
This commit is contained in:
		
							
								
								
									
										31
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										31
									
								
								README.md
									
									
									
									
									
								
							| @@ -112,24 +112,25 @@ This daemon comes with a binary called `itctl` which uses the socket to control | |||||||
|  |  | ||||||
| This is the `itctl` usage screen: | This is the `itctl` usage screen: | ||||||
| ``` | ``` | ||||||
| Control the itd daemon for InfiniTime smartwatches | NAME: | ||||||
|  |    itctl - A new cli application | ||||||
|  |  | ||||||
| Usage: | USAGE: | ||||||
|   itctl [flags] |    itctl [global options] command [command options] [arguments...] | ||||||
|   itctl [command] |  | ||||||
|  |  | ||||||
| Available Commands: | COMMANDS: | ||||||
|   firmware    Manage InfiniTime firmware |    help            Display help screen for a command | ||||||
|   get         Get information from InfiniTime |    resources, res  Handle InfiniTime resource loading | ||||||
|   help        Help about any command |    filesystem, fs  Perform filesystem operations on the PineTime | ||||||
|   notify      Send notification to InfiniTime |    firmware, fw    Manage InfiniTime firmware | ||||||
|   set         Set information on InfiniTime |    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 | ||||||
|  |  | ||||||
| Flags: | GLOBAL OPTIONS: | ||||||
|   -h, --help                 help for itctl |    --socket-path value, -s value  Path to itd socket (default: "/tmp/itd/socket") | ||||||
|   -s, --socket-path string   Path to itd socket |  | ||||||
|  |  | ||||||
| Use "itctl [command] --help" for more information about a command. |  | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| --- | --- | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user