Skip to content

Commit

Permalink
fix: zoom command (#520)
Browse files Browse the repository at this point in the history
The command parser expects `zoomtouch` as the command, but  in code we check for `zoom`
  • Loading branch information
dmissmann authored Nov 27, 2024
1 parent 72a4560 commit b0eb738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Usage:
ios resetlocation [options]
ios assistivetouch (enable | disable | toggle | get) [--force] [options]
ios voiceover (enable | disable | toggle | get) [--force] [options]
ios zoomtouch (enable | disable | toggle | get) [--force] [options]
ios zoom (enable | disable | toggle | get) [--force] [options]
ios diskspace [options]
ios batterycheck [options]
ios batteryregistry [options]
Expand Down

0 comments on commit b0eb738

Please sign in to comment.