forked from ncmiller/roku-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add command mode for scripting support
Adds a new -c/--command flag that enables script mode for automation: - Case-insensitive command parsing - Comma-separated commands with optional spaces - Special commands: TEXT: and WAIT: - Verbose command names for better readability - Maintains backward compatibility with interactive mode Example: roku -c "home, WAIT:1, down, TEXT:Breaking Bad" Closes ncmiller#8
- Loading branch information
1 parent
6990df8
commit f9c9b13
Showing
1 changed file
with
99 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters