// This skill should generate classes for scrcpy CLI arguments. This skill should be used when adding support for new scrcpy CLI arguments to the app.
| name | scrcpy-cli-argument-to-code-mapper |
| description | This skill should generate classes for scrcpy CLI arguments. This skill should be used when adding support for new scrcpy CLI arguments to the app. |
Supported or plan-to-be-supported arguments are documented inside /docs/scrcpy_options/.
Refer to this folder first to get an idea about the CLI argument. See below for more details.
Refer to /docs/scrcpy_options for the categorised and supported options.
Each file lists the options for that category.
The information is in a table format, indicating the scrcpy argument, a short description, it's UI control type and whether it should be inside the "Advanced" section
If information for the requested CLI argument cannot be found in the folder:
@lib/application/model/scrcpy/arguments/video to get an understanding of the existing
format.@lib/application/model/scrcpy/arguments. (Create
category directory if it doesn't exist yet)