Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
Added devices to the list option
Browse files Browse the repository at this point in the history
  • Loading branch information
linux committed Apr 5, 2017
1 parent 6c3aaa3 commit edbddfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ func main() {
fmt.Println(" - " + key)
}
break
case "variables":
fmt.Println("The following variables are available:")
fmt.Println(" - device The device you want to be sending commands to")
fmt.Println(" - delay The delay you want to use between multiple commands")
break
default:
fmt.Println("Syntax: \"list [commands|presets]\"")
continue
Expand Down

0 comments on commit edbddfa

Please sign in to comment.