### Build and Run ASDDC CLI Source: https://github.com/waydabber/applesiliconddc/blob/main/README.md Build the project using Swift Package Manager and execute the ASDDC CLI tool. Shows how to access the help information. ```bash swift build ./.build/arm64-apple-macosx/debug/ASDDC --help ``` -------------------------------- ### ASDDC CLI Capabilities Subcommand Help Source: https://github.com/waydabber/applesiliconddc/blob/main/README.md Displays help for the 'capabilities' subcommand, which queries all available VCP features on a display. Options for terse output and device identification are included. ```bash ASDDC capabilities --help ``` -------------------------------- ### ASDDC CLI Detect Subcommand Help Source: https://github.com/waydabber/applesiliconddc/blob/main/README.md Shows the help information for the 'detect' subcommand, used to find connected displays. ```bash ASDDC detect --help ``` -------------------------------- ### ASDDC CLI Overview Source: https://github.com/waydabber/applesiliconddc/blob/main/README.md Displays the main usage and available subcommands for the ASDDC CLI tool. This provides a high-level view of its capabilities. ```bash ASDDC --help ``` -------------------------------- ### ASDDC CLI SetVCP Subcommand Help Source: https://github.com/waydabber/applesiliconddc/blob/main/README.md Provides help for the 'setvcp' subcommand, used to set a VCP feature value on a display. It outlines arguments for VCP code and value, and options for verification and output format. ```bash ASDDC setvcp --help ``` -------------------------------- ### ASDDC CLI GetVCP Subcommand Help Source: https://github.com/waydabber/applesiliconddc/blob/main/README.md Details the usage for the 'getvcp' subcommand, which reads a specific VCP feature value from a display. Includes options for terse output, serial number, display location, and EDID. ```bash ASDDC getvcp --help ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.