-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functionality to draw lines via command
* action: add a --line command line option for drawing lines * targets: add GA_LINE and GA_LINEDATA targets to allow cli to send parameters to the main app * chore: remove debug logs * chore: formatting fixes * callbacks: free line_ctx, might prevent potential memory leak * README: add docs for --line command * callbacks: fix memory leak * main: indentation fixes * cmdline: failsafe checks * cmdline: fix minor failsafe check bug * README: add line example * README: indentation error * README: add quotes around color argument
- Loading branch information
1 parent
e47c6c8
commit d30f9b8
Showing
4 changed files
with
103 additions
and
1 deletion.
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
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
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
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